aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-16 19:39:28 +0000
committerDavid Robillard <d@drobilla.net>2011-11-16 19:39:28 +0000
commit42958da00e7a18117959e6c5089964859c6e958d (patch)
tree1fa2fb8592979f9280ee7bf834d18a00c9f76ab0
parent5cc0056e23a09a768891f04d30dbb07f84a62449 (diff)
downloadlv2-42958da00e7a18117959e6c5089964859c6e958d.tar.xz
Improve table style.
-rw-r--r--doc/style.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/style.css b/doc/style.css
index 3eb5e32..ce2213b 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -400,20 +400,18 @@ ul, ol {
padding-right: .5em;
}
.terminfo, .restriction {
- border-spacing: 0.5ex 0.5ex;
border-collapse: collapse;
border-style: hidden;
}
.restriction {
- margin: 0;
+ margin: 0 0 0.5ex 0;
padding: 0;
- border-spacing: 0;
vertical-align: text-top;
}
-.terminfo th, .terminfo td {
- border: solid 1px #f3f3f3;
+.restriction td {
+ vertical-align: text-top;
}
-.terminfo th, .restriction th {
+.terminfo th {
padding: 0 1ex 0 0;
}
.specterm {
@@ -468,14 +466,14 @@ th {
vertical-align: text-top;
}
td, th {
- border: 1px solid #eee;
- padding: 0.3ex 1em 0.3ex 1em;
+ border: 1px dashed #ccc;
+ padding: 0.3ex 0.5em 0.3ex 0.5em;
}
#meta {
margin: 1ex 0 0 0.5ex;
font-size: small;
}
-#meta tr td, #meta tr th {
+#meta tr th {
padding-left: 0;
}
pre {