]> git.wh0rd.org Git - tt-rss.git/commitdiff
login form: fix fonts
authorAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 11:23:52 +0000 (14:23 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 11:23:52 +0000 (14:23 +0300)
login_form.php
tt-rss.css

index 9be215cfe6be3022b81940d3ca5c6775c898a200..eb6475bf735913abbf344bfaa690660b495ab544 100644 (file)
@@ -9,7 +9,7 @@
        <script type="text/javascript" src="functions.js"></script>
 </head>
 
-<body>
+<body id="ttrssLogin">
 
 <script type="text/javascript">
 function init() {
index 1a52f87a1b128cd45028bb92ad79fa1b225f7b4a..95ba1c654f44ea6b889e1347f156902fd40eb2ff 100644 (file)
@@ -1,4 +1,4 @@
-body#ttrssMain, body#ttrssPrefs {
+body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
        background : white;
        color : black;
        margin : 0px;