]> git.plutz.net Git - serve0/blobdiff - style.css
various -a flags for grep
[serve0] / style.css
index 0eba5175dcef460eee0efd58c479ec92f2c04e02..14e37a0e67f0da30345143420f8937077f0fd5a9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,6 +1,7 @@
 * {
   box-sizing: border-box;
   margin: 0; padding: 0;
+  text-align: left;
 }
 button { padding: .125em .5em; }
 a { color: inherit; text-decoration: none;}
@@ -32,7 +33,6 @@ body {
   position: relative;
   overflow: hidden;
   height: 0;
-  text-align: left;
   background-color: #333;
 }
 #prefs:target,
@@ -125,7 +125,6 @@ a[href="#advsearch"]:before {
   line-height: 2em;
   background-color: inherit;
   border-bottom: 1px solid;
-  text-align: left;
   padding-left: .5em;
   position: relative;
   top: -2em;
@@ -136,7 +135,6 @@ a[href="#advsearch"]:before {
   padding: .5em 1em;
   background-color: #444;
   line-height: 1.5em;
-  text-align: left;
 }
 
 #advsearch input.and {display: none;}
@@ -169,7 +167,6 @@ a[href="#advsearch"]:before {
   min-width: 200px;
   min-height: 12em;
   overflow: hidden;
-  text-align: left;
   vertical-align: top;
 }
 
@@ -278,6 +275,7 @@ a[href="#advsearch"]:before {
   background-color: #4F4;
 }
 
+.itemlist,
 .pagination {
   display: block;
   text-align: center;
@@ -293,7 +291,6 @@ a[href="#advsearch"]:before {
 }
 
 #editing {
-  text-align: left;
   width: 100%;
   background-color: #333;
   border-top: 1px solid;