Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / css / master.picture.css
diff --git a/apps/wolnelektury_core/static/css/master.picture.css b/apps/wolnelektury_core/static/css/master.picture.css
deleted file mode 100644 (file)
index d541d27..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#picture-view img.canvas {
-    width: 700px;
-    margin: 3rem auto 1rem auto;
-    display: block;
-//    position: fixed;
-}
-
-#picture-view .toolbar {
-    position: fixed;
-    top: 1.5rem;
-    right: 0rem;
-    background: #333;
-    color: #FFF;
-    opacity: 0.9;
-    z-index: 99;
-    list-style: none; 
-    padding: 0;
-    margin: 0;
-}
-
-#picture-view .toolbar .button a {
-    display: block;
-    height:1.5rem;
-    width:1.5rem;
-    text-align: center;
-    color: #FFF;
-    padding: 0.2rem;
-    text-decoration: none;
-}
-
-#picture-view .toolbar .button a:link,
-#picture-view .toolbar .button a:visited {
-    color: #FFF;
-}
-
-#picture-view .toolbar.button a:active {
-    color: yellow;
-}
\ No newline at end of file