1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 11:39:14 +00:00

increase border contrast a bit

This commit is contained in:
Andrew Dolgov
2014-01-28 15:40:33 +04:00
parent 5a801bd6f0
commit 03700cb639
5 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ form {
div.content {
overflow : hidden;
background : white;
border : 1px solid #ccc;
border : 1px solid #ddd;
padding : 10px;
}