fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037942c
)
table borders in html
author
Jan Szejko
<janek37@gmail.com>
Tue, 21 Mar 2017 12:20:55 +0000
(13:20 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 21 Mar 2017 12:20:55 +0000
(13:20 +0100)
src/wolnelektury/static/css/new.book.css
patch
|
blob
|
history
diff --git
a/src/wolnelektury/static/css/new.book.css
b/src/wolnelektury/static/css/new.book.css
index
0c00de3
..
9a6eef9
100644
(file)
--- a/
src/wolnelektury/static/css/new.book.css
+++ b/
src/wolnelektury/static/css/new.book.css
@@
-270,6
+270,14
@@
em.person {
content: "\feff";
}
+table {
+ border-collapse: collapse;
+}
+
+table, td, th {
+ border: 1px solid black;
+}
+
/* =================================== */
/* = Hide some elements for printing = */