Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(tweak) |
(save) |
||
Line 7: | Line 7: | ||
font-size: 0.925em |
font-size: 0.925em |
||
-moz-border-radius: 12px 12px 12px 12px; |
-moz-border-radius: 12px 12px 12px 12px; |
||
− | padding: 4px; |
||
} |
} |
||
.nav td a { |
.nav td a { |
||
− | padding: |
+ | padding: 1em 2em; |
color: #224F82; |
color: #224F82; |
||
text-decoration: none; |
text-decoration: none; |
Revision as of 23:21, 4 March 2011
.nav td {
text-align: center;
background: #ECECEC;
font-weight: bold;
margin: 0 .1em 0 0;
width: 25%;
font-size: 0.925em
-moz-border-radius: 12px 12px 12px 12px;
}
.nav td a {
padding: 1em 2em;
color: #224F82;
text-decoration: none;
}
.nav td:hover {
color: #000;
}