Perf: Several speed optimizing after using the Google Page Speed plugin for firebug
This commit is contained in:
parent
b9971792ff
commit
b5d5d751d0
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user