projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c10ea87
)
style: customize tables
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Tue, 3 May 2016 12:58:50 +0000
(14:58 +0200)
committer
Álvaro Fernández Rojas
<noltari@gmail.com>
Tue, 3 May 2016 12:58:50 +0000
(14:58 +0200)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
css/lede.css
patch
|
blob
|
history
diff --git
a/css/lede.css
b/css/lede.css
index f8c818220fe6ed03a0abfd35efeb277d6f919a61..d367b7b295dd6da1cb873fdfa0c1c4c4fcdf02c1 100644
(file)
--- a/
css/lede.css
+++ b/
css/lede.css
@@
-46,6
+46,19
@@
h1 {
margin: 0;
}
+.tableblock tr th {
+ background-color: #527bbd;
+ color: #fff;
+}
+
+.tableblock tr:nth-child(even) {
+ background-color: #b7c8e3;
+}
+
+.tableblock tr:nth-child(odd) {
+ background-color: #fff;
+}
+
.menu ol {
padding: 0;
margin: 0 -10px;