mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Use shorthand property
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@994 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
body { color: #000; background: #fff; line-height: 1.25em; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 90%; }
|
||||
body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; }
|
||||
a { color: blue; }
|
||||
a:visited { color: navy; }
|
||||
a:hover { color: red; }
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "2.0.1-dev";
|
||||
$VERSION = "2.1.0-dev";
|
||||
|
Reference in New Issue
Block a user