projects
/
wiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc8be8
)
Do not justify text in headings and tables.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 14 Sep 2009 18:03:19 +0000
(20:03 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 14 Sep 2009 18:03:19 +0000
(20:03 +0200)
web.css
patch
|
blob
|
history
diff --git
a/web.css
b/web.css
index
551bc92
..
832c41a
100644
(file)
--- a/
web.css
+++ b/
web.css
@@
-72,9
+72,14
@@
input#searchbox {
text-align: left;
}
+h1, h2, h3, h4, h5 {
+ text-align: left;
+}
+
table {
border: 1px solid;
border-collapse: collapse;
+ text-align: left;
}
td {