1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:15:56 +00:00

generate base css files using lessc

This commit is contained in:
Andrew Dolgov
2017-11-29 18:55:12 +03:00
parent 481ab9acbf
commit 9dd336a2c3
15 changed files with 1012 additions and 2583 deletions

View File

@@ -2,6 +2,6 @@ html, body#ttrssMain, body#ttrssPrefs, #main {
width: 100%;
height: 100%;
border: 0;
padding: 0;
padding: 0;
margin: 0;
}