Skip to content

Commit b3575b2

Browse files
author
Richard Jones
committed
oops... and section-bar
1 parent 14904e1 commit b3575b2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

roundup/templates/classic/html/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ th {
6565
border: none;
6666
}
6767

68+
.section-bar {
69+
background-color: #707070;
70+
color: #ffffff;
71+
border: 1px solid #404040;
72+
}
73+
6874
.row-normal {
6975
background-color: #ffffff;
7076
border: none;

roundup/templates/extended/html/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ th {
4343
border: none;
4444
}
4545

46+
.section-bar {
47+
background-color: #707070;
48+
color: #ffffff;
49+
border: 1px solid #404040;
50+
}
51+
4652
.row-normal {
4753
background-color: #ffffff;
4854
border: none;

0 commit comments

Comments
 (0)