]> git.parisson.com Git - pdf.js.git/commitdiff
More style fixes.
authorgigaherz <gigaherz@gmail.com>
Tue, 7 Feb 2012 15:20:25 +0000 (16:20 +0100)
committergigaherz <gigaherz@gmail.com>
Tue, 7 Feb 2012 15:20:25 +0000 (16:20 +0100)
web/viewer.css

index f0f2fca6967dfe473763fc45d86410965edb12cb..97a1951b4525b20565095582a75bde9c91986e1e 100644 (file)
@@ -103,24 +103,24 @@ span#info {
 }
 
 #pinIcon {
-       position: absolute;
-       top: 4px;
-       right: 55px;
-       width: 15px;
-       height: 15px;
-       background: center no-repeat;
+  position: absolute;
+  top: 4px;
+  right: 55px;
+  width: 15px;
+  height: 15px;
+  background: center no-repeat;
 }
 
 #pinIcon:hover {
-       background-color: rgba(255,255,255,0.35);
+  background-color: rgba(255,255,255,0.35);
 }
 
 #pinIcon.released {
-       background-image: url('images/pin_up.png');
+  background-image: url('images/pin_up.png');
 }
 
 #pinIcon.pinned {
-       background-image: url('images/pin_down.png');
+  background-image: url('images/pin_down.png');
 }
 
 #sidebarBox {
@@ -406,6 +406,6 @@ canvas {
 }
 
 #loading {
-       margin: 100px 0;
-       text-align: center;
-}
\ No newline at end of file
+  margin: 100px 0;
+  text-align: center;
+}