2,664
edits
(removed position:relative; in order to fix z-index issues with <p>, <ul> and <li>) |
(set text in tabs at top of page to font-size: inherit;) |
||
Line 78: | Line 78: | ||
font-size: 0.8rem; | font-size: 0.8rem; | ||
color: #262626; | color: #262626; | ||
} | |||
div.vectorTabs li a { /* text size in tabs at top of every page. */ | |||
font-size: inherit; | |||
} | } | ||
Line 106: | Line 110: | ||
} | } | ||
/*end FS.css fix*/ | |||
/*************** end FS.css fix *****************/ | |||
/* Entries to counter wiki.css code that is disrupting the ability of text to flow */ | /* Entries to counter wiki.css code that is disrupting the ability of text to flow */ |
edits