summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-12-07 16:36:06 -0700
committerAaron Ball <nullspoon@oper.io>2019-12-07 16:36:06 -0700
commit630a452a93f8b8c35784a3b4d484425b3ffd8ee1 (patch)
tree6a58f48f2f1b5818b6745e489da4d7f4a5357318 /res
parent743213a031bbfb03d04845afb88a2485d651a98a (diff)
downloadoper.io-630a452a93f8b8c35784a3b4d484425b3ffd8ee1.tar.gz
oper.io-630a452a93f8b8c35784a3b4d484425b3ffd8ee1.tar.xz
Add div class title styling
This is for Asciidoc non-header titles.
Diffstat (limited to 'res')
-rw-r--r--res/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css
index b73a768..994667c 100644
--- a/res/style.css
+++ b/res/style.css
@@ -467,6 +467,13 @@ div.center,
.align-center,
p.center {
text-align:center;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+div.title {
+ font-weight:700;
+ margin-top:1.5em;
}
img#piwik-img {

Generated by cgit