diff --git a/assets/common.css b/assets/common.css index d72463d4..6dae66ba 100644 --- a/assets/common.css +++ b/assets/common.css @@ -33,15 +33,32 @@ 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; + } + th.row { + background: #ececec; + vertical-align: middle; } pre { font-size: 8pt; diff --git a/index.html b/index.html index ecd53c6e..a85f128b 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)
+
bash $(SHELL)
date $(DATE)
install $(INSTALL)