Light logo phasers set to stun.

This commit is contained in:
z3d
2010-12-03 15:11:59 +00:00
parent 1442fd68f3
commit 94620d6acb

View File

@ -92,7 +92,7 @@ div.routersummaryouter {
div.routersummary { div.routersummary {
/* margin: 0px 20px 20px 0px; */ /* margin: 0px 20px 20px 0px; */
width: 180px; width: 180px;
padding: 6px 8px 10px 8px; padding: 10px 8px 10px 8px;
text-align: center !important; text-align: center !important;
border: 1px solid #447; border: 1px solid #447;
background: #ccddf6); background: #ccddf6);
@ -208,7 +208,13 @@ div.tunnels td:last-child {
} }
div.routersummary img:first-child { div.routersummary img:first-child {
margin-bottom: -5px !important; margin-bottom: 0px !important;
opacity: 0.8;
}
div.routersummary img:hover:first-child {
margin-bottom: 0px !important;
opacity: 1;
} }
div.tunnels { div.tunnels {