]> git.joonet.de Git - adminer.git/commitdiff
CSS: Align logo with menu
authorJakub Vrana <jakub@vrana.cz>
Fri, 4 Apr 2025 06:41:55 +0000 (08:41 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 4 Apr 2025 06:41:55 +0000 (08:41 +0200)
adminer/static/default.css

index fb407c5ed494768392829cb7d6626ba58e4c55b7..d0b0da5d1b116d870519f858e7e10360d5089129 100644 (file)
@@ -11,7 +11,7 @@ a:visited { color: navy; }
 a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
 a.text:hover { text-decoration: none; }
 a.jush-help:hover { color: inherit; }
-h1 { font-size: 150%; margin: 0; padding: .8em 1em; border-bottom: 1px solid #999; font-weight: normal; color: #777; background: #eee; }
+h1 { font-size: 150%; margin: 0; padding: .8em .667em; border-bottom: 1px solid #999; font-weight: normal; color: #777; background: #eee; }
 h2 { font-size: 150%; margin: 0 0 20px -18px; padding: .8em 1em; border-bottom: 1px solid var(--fg); font-weight: normal; background: #ddf; }
 h3 { font-weight: normal; font-size: 130%; margin: 1em 0 0; }
 form { margin: 0; }