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:
jakubvrana 2009-08-21 16:58:20 +00:00
parent 4cead5602f
commit ea36c89a77
2 changed files with 2 additions and 2 deletions

View file

@ -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; }

View file

@ -1,2 +1,2 @@
<?php
$VERSION = "2.0.1-dev";
$VERSION = "2.1.0-dev";