Mercurial > p > roundup > code
changeset 4957:c69eadd1ad15
website/issues css: Get space between issue list columns
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 14 Dec 2014 13:24:52 +0300 |
| parents | 4e7208743254 |
| children | 9b1302f9fb11 |
| files | website/issues/html/style.css |
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/issues/html/style.css Sat Dec 13 19:26:18 2014 +0300 +++ b/website/issues/html/style.css Sun Dec 14 13:24:52 2014 +0300 @@ -1,3 +1,8 @@ +/* +This is a copy of main Roundup website style.css from +website/www/_static/style.css in source repository. +*/ + /* layout*/ body { @@ -146,5 +151,8 @@ background-color: #fafafa; } +/* Need some space between content of Issue List columns */ +td { padding-left: 1em; } + tr.odd { background-color:#f5f5f5; }
