From: Jakub Vrana Date: Sun, 14 Jan 2018 07:52:22 +0000 (+0100) Subject: Fix whitespace X-Git-Tag: v4.4.0~16 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=3ba99a1c2a5fac0a24104553a0b5a430e06865d3;p=adminer.git Fix whitespace --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 63666550..b1fae3b7 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -11,7 +11,7 @@ h3 { font-weight: normal; font-size: 130%; margin: 1em 0 0; } form { margin: 0; } td table { width: 100%; margin: 0; } table { margin: 1em 20px 0 0; border: 0; border-top: 1px solid #999; border-left: 1px solid #999; font-size: 90%; } -td, th {border: 0;border-right: 1px solid #999;border-bottom: 1px solid #999;padding: .2em .3em;} +td, th { border: 0; border-right: 1px solid #999; border-bottom: 1px solid #999; padding: .2em .3em; } th { background: #eee; text-align: left; } thead th { text-align: center; padding: .2em .5em; } thead td, thead th { background: #ddf; }