Added django-compress.
[redakcja.git] / platforma / static / css / autumn.css
diff --git a/platforma/static/css/autumn.css b/platforma/static/css/autumn.css
deleted file mode 100644 (file)
index dddd899..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/* 
-    Document   : autumn
-    Created on : 2009-10-01, 00:23:51
-    Author     : lreqc
-    Description:
-        Autumn colors for PR.
-*/
-
-body {
-    background-color: #C28800;
-}
-
-#header {
-    background-color: #E2CF62;
-    border-bottom-color: #860000;
-}
-
-.panel-main-toolbar {
-    background-color: #412F1D;    
-}
-
-.splitview-splitbar {
-    /* border-color: #412F1D; */
-    border: none;
-    background-color: #860000;
-}
-
-.image-gallery-header {
-    background-color: #E2CF62;
-}
-
-a:link, a:visited, a:active {
-    color: #860000;
-    text-decoration: none;
-    font-weight: bold;
-}
-
-a:hover {
-    text-decoration: underline;
-}
-
-.toolbar-buttons-container {
-    background-color: #E2CF62;
-}
-
-.toolbar-tabs-container {
-    background-color: #860000;
-}
-