diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-11-24 16:37:15 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-11-24 16:37:15 -0700 |
commit | 2ccb2452becbf47b74f1bdd9c136ef1ddeffe3d2 (patch) | |
tree | a846293d2f2fe7bb46e77c91354ff0d53605028c | |
parent | 781d53ee15685bd0d4ef73d605c0a9715c490f4c (diff) | |
download | oper.io-2ccb2452becbf47b74f1bdd9c136ef1ddeffe3d2.tar.gz oper.io-2ccb2452becbf47b74f1bdd9c136ef1ddeffe3d2.tar.xz |
Add center css class for div and p
This will allow more flexibility on rendering pages.
-rw-r--r-- | res/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/style.css b/res/style.css index f145c1c..75e1fc6 100644 --- a/res/style.css +++ b/res/style.css @@ -483,6 +483,11 @@ div.datelastedit p { text-align:right; } +div.center, +p.center { + text-align:center; +} + img#piwik-img { display:none; } |