Difference between revisions of "MediaWiki:Vector.css"
From Wiki2
(Created page with "→CSS placed here will affect users of the Vector skin: →BreadCrumbs plugin: .breadcrumbs { position: relative; font-size:0.8em; top: -15px; }") |
|||
| Line 4: | Line 4: | ||
.breadcrumbs { | .breadcrumbs { | ||
position: relative; | position: relative; | ||
font-size:0. | font-size:0.7em; | ||
top: - | top: -10px; | ||
} | } | ||
Revision as of 13:11, 9 January 2013
/* CSS placed here will affect users of the Vector skin */
/* BreadCrumbs plugin */
.breadcrumbs {
position: relative;
font-size:0.7em;
top: -10px;
}