Perf: Several speed optimizing after using the Google Page Speed plugin for firebug

This commit is contained in:
Laurent Destailleur 2009-06-15 14:33:51 +00:00
parent b9971792ff
commit b5d5d751d0
3 changed files with 2 additions and 6 deletions

View File

@ -353,14 +353,10 @@ a.tab {
text-decoration: none;
white-space: nowrap;
}
a.tab:active {
background: #dee7ec;
border-bottom: #dee7ec 1px solid;
}
a.tab:hover {
background: #dee7ec;
text-decoration: none;

View File

@ -583,7 +583,7 @@ a.tab:visited {
border-left: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
}
a.tab:active {
a.tab#active {
background: #dee7ec;
border-bottom: #dee7ec 1px solid;
font-family: helvetica, verdana, arial, sans-serif;

View File

@ -481,7 +481,7 @@ a.tab:visited {
text-decoration: none;
white-space: nowrap;
}
a.tab:active {
a.tab#active {
background: #dcdcd3;
border-bottom: #dcdcd3 1px solid;
padding: 0px 6px;