From 32cecfa37cec5c9935e10aac074f0c320914f226 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 7 Apr 2014 18:00:39 -0700 Subject: Adopt a Wikipedia-like theme for tables Signed-off-by: Timothy Gu --- assets/common.css | 17 +++++++++++++++-- index.html | 4 ++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/assets/common.css b/assets/common.css index d72463d..328ca2d 100644 --- a/assets/common.css +++ b/assets/common.css @@ -33,15 +33,28 @@ margin-bottom: 1em; } table { + border-collapse: collapse; + } + table.old { border-collapse: separate; - border-spacing: 1px; } table.translation td { padding-left: 0.5em; padding-right: 0.5em; } - td, dt { + td, th { + background-color: #f9f9f9; + border: 1px solid #aaa; + padding: 0.2em; + } + dt, .old td { background-color: #eee; + padding: 0.2em; + border: 0px; + } + th { + background-color: #f2f2f2; + text-align: center; } pre { font-size: 8pt; diff --git a/index.html b/index.html index ecd53c6..a85f128 100644 --- a/index.html +++ b/index.html @@ -1017,7 +1017,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)

See something missing? Feel free to create a new package.

- +
@@ -2666,7 +2666,7 @@ endef Finally, in your $(PKG)_BUILD section, please check that you use our portability variables:

-
a52dec a52dec (aka. liba52)
+
-- cgit v0.12
bash $(SHELL)
date $(DATE)
install $(INSTALL)