mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Set body width to auto
This commit is contained in:
committed by
Jakub Vrana
parent
e7df6bf616
commit
5f3a820571
@@ -1,5 +1,5 @@
|
||||
/** @author Ondrej Valka, http://valka.info */
|
||||
body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: fit-content; }
|
||||
body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; min-width: fit-content; }
|
||||
a { color: blue; text-decoration: none; }
|
||||
a:visited { color: navy; }
|
||||
a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
|
||||
|
Reference in New Issue
Block a user