X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=14e37a0e67f0da30345143420f8937077f0fd5a9;hp=0eba5175dcef460eee0efd58c479ec92f2c04e02;hb=ed3fecb0e3063d2812a082ea46afc33bb4b58820;hpb=d6c1406a5507f83acc0433189ad89d40560f1f08 diff --git a/style.css b/style.css index 0eba517..14e37a0 100644 --- 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;