Light webskit/shopera fixes.

This commit is contained in:
z3d
2010-12-04 16:46:42 +00:00
parent 9fbeca08e1
commit 2b11267b45

View File

@ -117,9 +117,9 @@ div.routersummary hr {
height: 1px; height: 1px;
border-bottom: 1px solid #99f; border-bottom: 1px solid #99f;
margin: 8px -7px 8px -7px; margin: 8px -7px 8px -7px;
-moz-box-shadow: inset 0px 1px 1px 1px #bbf; -moz-box-shadow: inset 0px 1px 1px 1px #fff;
-khtml-box-shadow: inset 0px 1px 1px 1px #bbf; -khtml-box-shadow: inset 0px 0px 1px #fff;
box-shadow: inset 0px 1px 1px 1px #bbf; box-shadow: inset 0px 1px 1px 1px #fff;
} }
div routersummary hr:last-child { div routersummary hr:last-child {