Fix formatting of blockquotes, pres, and explicit paragraphs.

This commit is contained in:
dosiecki 2014-03-31 01:17:46 -07:00
parent e11c3a78a1
commit 2022a60a90
2 changed files with 7 additions and 10 deletions

View file

@ -2,6 +2,7 @@ build.xml
local.properties
*.java.swp
*.xml.swp
*.css.swp
*.iml
out/
bin/

View file

@ -19,10 +19,11 @@ p, div, table {
margin: 0px !important;
clear: both;
max-width: 100% !important;
margin: 0px !important;
}
div + p {
margin: 0px !important;
p {
margin-bottom: 0.6em !important;
}
img {
@ -35,7 +36,6 @@ img, video, embed, object, iframe, div {
height: auto !important;
}
a {
color: #405BA8;
text-decoration: none;
@ -50,16 +50,12 @@ code {
word-wrap: break-word !important;
}
blockquote {
pre, blockquote {
background-color: #F0F0F0;
border-left: 1px solid #C2C5BE;
color: rgba(10, 12, 38, .8);
padding: 10px 1.5em;
margin: 20px 0;
}
pre {
width: 100%;
padding: 0.6em;
margin: 0.6em;
}
ins {