Skip to content
Snippets Groups Projects
Commit b5d5d751 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent b9971792
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment