aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-09 15:59:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-12 22:47:59 +0200
commit79cc3d415e92898c645537f3130634a135825252 (patch)
tree7ebc3a8ca55bcc6e5e3978002dbc48b0fe2b5c5b
parentglep: Update the layout for new headers (diff)
downloadwww-79cc3d415e92898c645537f3130634a135825252.tar.gz
www-79cc3d415e92898c645537f3130634a135825252.tar.bz2
www-79cc3d415e92898c645537f3130634a135825252.zip
glep: Fix weird blockquote font size
-rw-r--r--assets/css/glep.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/glep.css b/assets/css/glep.css
index dff1496..8ade813 100644
--- a/assets/css/glep.css
+++ b/assets/css/glep.css
@@ -9,3 +9,8 @@
.document .label {
color: black;
}
+
+.document blockquote {
+ /* reverse the weird big font from bootstrap */
+ font-size: 14px;
+}