mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fix formatting of blockquotes, pres, and explicit paragraphs.
This commit is contained in:
parent
e11c3a78a1
commit
2022a60a90
2 changed files with 7 additions and 10 deletions
1
clients/android/NewsBlur/.gitignore
vendored
1
clients/android/NewsBlur/.gitignore
vendored
|
@ -2,6 +2,7 @@ build.xml
|
|||
local.properties
|
||||
*.java.swp
|
||||
*.xml.swp
|
||||
*.css.swp
|
||||
*.iml
|
||||
out/
|
||||
bin/
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue