User:Der Idiot/tab.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import "http://static.anidb.net/css-dev/sub-silver/sub-silver.css";
@import "http://static.anidb.net/css/sub-silver/sub-silver.css";
/*somewhat of a personal fix to get rid of the retarded boxes around icons when shifting the text to the left out of the screen - works fine in opera and FF. IE breaks badly*/


/**.i_icon
#layout-menu ul li
{
    margin-top: 0;
text-indent: 0px;
    border-top-width: 0;
overflow: hidden;
    padding-top: 0;
line-height: 500px;
    margin-bottom: -2px;
}*/
    border-bottom-width: 0;
    padding-bottom: 0;
}

Latest revision as of 01:30, 17 February 2008

@import "http://static.anidb.net/css/sub-silver/sub-silver.css";

#layout-menu ul li
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: -2px;
    border-bottom-width: 0;
    padding-bottom: 0;
}