login form: fix fonts

This commit is contained in:
Andrew Dolgov 2010-11-21 14:23:52 +03:00
parent bec2ecd945
commit e605954f85
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<body id="ttrssLogin">
<script type="text/javascript">
function init() {

View File

@ -1,4 +1,4 @@
body#ttrssMain, body#ttrssPrefs {
body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
background : white;
color : black;
margin : 0px;