aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-22 20:24:52 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-22 20:24:52 +0100
commit6bff421fb983fc7e20b8f58e3296934c7b150133 (patch)
tree0a84eca7f2f292034283e52461aef3c53495394a /www
parente7c12c33c40ab26812b524d729e64b3dba42e113 (diff)
downloadlibrb-6bff421fb983fc7e20b8f58e3296934c7b150133.tar.gz
librb-6bff421fb983fc7e20b8f58e3296934c7b150133.tar.bz2
librb-6bff421fb983fc7e20b8f58e3296934c7b150133.zip
add: manual page info at beginning and end of page
Diffstat (limited to 'www')
-rw-r--r--www/custom.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/custom.css b/www/custom.css
index 166d407..d7f8075 100644
--- a/www/custom.css
+++ b/www/custom.css
@@ -25,3 +25,35 @@ img[alt=test-result-svg]
{
float: right;
}
+
+p.info
+{
+ margin-top: 2ch;
+ margin-bottom: 2ch;
+ margin-left: 0ch;
+ margin-right: 0ch;
+ float: left;
+}
+
+p.left
+{
+ text-align: left;
+ width: 33%
+}
+
+p.center
+{
+ text-align: center;
+ width: 33%
+}
+
+p.right
+{
+ text-align: right;
+ width: 34%
+}
+
+ul.man-toc
+{
+ clear: both;
+}