Skip to content

Commit 6a95a86

Browse files
committed
website/issues css: Get space between issue list columns
1 parent af32075 commit 6a95a86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/issues/html/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
This is a copy of main Roundup website style.css from
3+
website/www/_static/style.css in source repository.
4+
*/
5+
16
/* layout*/
27
body
38
{
@@ -146,5 +151,8 @@ table
146151
background-color: #fafafa;
147152
}
148153

154+
/* Need some space between content of Issue List columns */
155+
td { padding-left: 1em; }
156+
149157
tr.odd { background-color:#f5f5f5; }
150158

0 commit comments

Comments
 (0)