diff options
author | friendica <info@friendica.com> | 2014-01-25 02:53:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-25 02:53:31 -0800 |
commit | 4b66a399e4a43d615372cd6a818bafe70bea8bb0 (patch) | |
tree | 55a1bc82d1d17c40f6d7cec42b62ff627c852d8c /view/theme/redbasic | |
parent | 3869b16298041887d0c90c884ffb5b22df8d56e9 (diff) | |
download | volse-hubzilla-4b66a399e4a43d615372cd6a818bafe70bea8bb0.tar.gz volse-hubzilla-4b66a399e4a43d615372cd6a818bafe70bea8bb0.tar.bz2 volse-hubzilla-4b66a399e4a43d615372cd6a818bafe70bea8bb0.zip |
get rid of bootstrap's blockqote margin css which is just bloody wrong and can't easily be over-ridden
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f039b7374..b2f90cbc1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -91,6 +91,7 @@ blockquote { border-left: 4px solid #dae4ee; padding: 0.4em; color: #000; + margin-left: 20px; } .ccollapse-wrapper { |