Added django-compress.
[redakcja.git] / platforma / static / css / managment.css
diff --git a/platforma/static/css/managment.css b/platforma/static/css/managment.css
deleted file mode 100644 (file)
index d1e2fc2..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-table.request-report 
-{
-    border: 2px groove black;
-    font-size: 12pt;
-
-    margin-top: 3em;
-    margin-bottom: 2em;
-    margin-left: auto;
-    margin-right: auto;
-}
-
-.pull-request {
-    padding: 20px 20px 10px 20px;
-    border-bottom: 1px dotted #CCC;
-}
-
-.pull-request h2 {
-    padding: 0;
-    margin: 0;
-    font-size: 22px;
-}
-
-.pull-request .request-info {
-    color: #999;
-    list-style: none;
-    margin: 0;
-    padding: 0;
-}
-
-.pull-request .request-info li {
-    float: left;
-    padding-right: 20px;
-}
-
-.pull-request p.comment {
-    clear: left;
-    padding: 20px 0;
-}
-
-.pull-request p {
-    margin: 0;
-    padding: 0;
-}
-
-.awesome.button {
-    margin-right: 10px;
-}
-
-.pull-request.status-N {
-    background-color: #FFF;
-}
-
-.pull-request.status-R {
-    background-color: red;
-}
-
-.pull-request.status-A {
-    background-color: #DDD;
-}
-
-.pull-request .diff {
-    white-space: pre;
-    height: 360px;
-    width: 960px;
-    overflow: auto;
-    border: 1px solid #CCC;
-    margin-top: 10px;
-    background-color: #F9F9F9;
-    padding: 2px;
-}