projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
web: Unify css rules for tables.
[paraslash.git]
/
web
/
para.css
diff --git
a/web/para.css
b/web/para.css
index
abd68ff
..
e14bd7d
100644
(file)
--- a/
web/para.css
+++ b/
web/para.css
@@
-8,6
+8,15
@@
body {
margin: 0px;
}
+table {
+ padding: 8px 4px;
+}
+
+td {
+ padding: 2px 5px;
+ font-size: 100%;
+ vertical-align: top;
+}
caption { font-weight: bold }
/* doxgen */