changeset 203:28060949020d

Some CSS tweaking. Make the margins consistent. Include but comment out style to centre the tune image.
author Jim Hague <jim.hague@acm.org>
date Sun, 17 Feb 2013 10:30:22 +0000
parents 540511b14c73
children c173abe4441b
files web/css/dottes.css
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/web/css/dottes.css	Sun Feb 17 01:29:44 2013 +0000
+++ b/web/css/dottes.css	Sun Feb 17 10:30:22 2013 +0000
@@ -20,7 +20,7 @@
 p
 {
     background: white;
-    margin: 20px;
+    margin: 10px;
 }
 
 div.clear
@@ -40,6 +40,7 @@
     background-image: url('../img/buzzard.jpg');
     background-repeat: no-repeat;
     background-position: right center;
+    padding: 10px;
 }
 
 div.dottes-body
@@ -62,7 +63,6 @@
 
 div.dottes-body h1
 {
-    padding: 10px;
     margin: 10px;
     text-align: left;
 }
@@ -70,7 +70,7 @@
 div.dottes-container
 {
     border: 2px solid grey;
-    margin: 5px;
+    margin: 10px;
 }
 
 div.dottes-container h1
@@ -97,7 +97,6 @@
 
 table.dottes-tune-table
 {
-    padding: 10px;
     margin: 10px;
 }
 
@@ -109,7 +108,6 @@
 ul.tune-type-list
 {
     list-style-type: none;
-    margin: 20px;
 }
 
 ul.tune-type-list li
@@ -117,13 +115,20 @@
     display: inline;
 }
 
+img.dottes-png
+{
+    display: block;
+    /* margin-left: auto; */
+    /* margin-right: auto; */
+}
+
 ul.tune-data-list
 {
     list-style-type: none;
-    margin: 20px;
 }
 
 ul.tune-data-list li
 {
     display: inline;
+    margin: 10px;
 }