LAYOUT: improved layout of about page
[e-DoKo.git] / css / standard.less
index 4ed01f7539953485ae65515da6b9116853767972..6330a8d18ae6e8521fc132493a4d44c4327b3b35 100644 (file)
@@ -43,11 +43,11 @@ header {
 
 footer {
   background-color: #fff;
-  padding:0em 0.2em;
+  padding:0.2em 0.2em;
   border-top: 2px solid gray;
 }
-footer .right { float:right;     margin-top:1em; line-height:90%;font-size:smaller;}
-footer .left  { text-align:left;  line-height:90%;font-size:smaller;}
+footer .right { text-align:right;  margin-top:1em; line-height:90%;font-size:smaller; margin-right:1em;}
+footer .left  { float:left;   margin-top:1em; line-height:90%;font-size:smaller; margin-left: 1em;}
 
 .WIP {
   background-color: #efaaaa;
@@ -646,22 +646,12 @@ table.openid td, table.openid th{
     background-color: #fc3;
 }
 
-.about {
-    margin-left: 20%;
-    margin-right: 20%;
-    padding-top: 10%;
-}
-
 .about ul {
     margin-left: 2em;
 }
 
 .about div {
-    width:12em;
-    height: 6em;
-    margin: 2em;
-    padding: 1em;
-    float:left;
+    margin-top: 3em;
     border: 1px solid black;
 }
 
@@ -740,4 +730,4 @@ table.openid td, table.openid th{
 
 // bootstrap stuff
 .pagination {  text-align:center;}
-.nav > li > img { height: (@navbarHeight/2); }
+.nav > li > img { height: (@navbarHeight/1.5); }