changeset 1099:a58e8408f563

compact some css styles Ignore-this: 5e3a0e834cf89d15551b39ba7ca6ae19
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 09 Jun 2014 03:07:15 +0000
parents 770b0d0005fc
children 1583e997fe0e
files light9/subserver/style.css static/style.css
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/light9/subserver/style.css	Mon Jun 09 03:06:56 2014 +0000
+++ b/light9/subserver/style.css	Mon Jun 09 03:07:15 2014 +0000
@@ -3,6 +3,9 @@
     background: rgb(0, 0, 0);
     color: rgb(163, 163, 163);
 }
+h1 {
+    margin: 0;
+}
 h2 {
     margin: 0;
     padding: 0;
@@ -22,8 +25,8 @@
 .resource {
     border: 1px solid gray;
     border-radius: 5px;
-    padding: 5px;
-    margin: 5px;
+    padding: 1px;
+    margin: 2px;
     background: rgb(66, 66, 66);
     display: block;
 }
@@ -40,7 +43,7 @@
 .sub img {
     width: 196px;
     min-height: 40px;
-    margin: 6px;
+    margin: 0 6px;
     background: -webkit-gradient(linear,right top,left bottom,color-stop(0,rgb(121, 120, 120)),color-stop(1,rgb(54, 54, 54)));
 }
 
@@ -56,4 +59,8 @@
 }
 .chase {
     background: rgb(75, 57, 72);
+}
+
+a button {
+    font-size: 60%;
 }
\ No newline at end of file
--- a/static/style.css	Mon Jun 09 03:06:56 2014 +0000
+++ b/static/style.css	Mon Jun 09 03:07:15 2014 +0000
@@ -3,7 +3,9 @@
     color: white;
     font-family: sans-serif;
 }
-
+h1 {
+    margin: 0;
+}
 
 a {
 color: rgb(97, 97, 255);