Fix global navigation bar style.

This commit is contained in:
takezoe
2013-06-01 03:36:06 +09:00
parent 4c2b6c7f62
commit 345698f6d0
2 changed files with 46 additions and 10 deletions

View File

@@ -1,3 +1,25 @@
table.global-nav {
width: 920px;
margin-bottom: 10px;
}
table.global-nav th {
padding-top: 5px;
padding-bottom: 8px;
width: 25%;
border-bottom: 2px solid silver;
cursor: pointer;
}
table.global-nav th.active {
border-bottom: 2px solid #D26911;
}
table.global-nav th a:link, table.global-nav th a:hover, table.global-nav th a:visited {
color: black;
text-decoration: none;
}
div.head {
font-size: large;
margin-bottom: 10px;