aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:08:29 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:08:29 +0100
commita6a57fa57cc2ec75d1f5225d60e43546ee1cc14b (patch)
tree7a983cd5580901c2ca32d3b9caaae0613d89a355 /source
parentImproved code readability. (diff)
downloadnewspipe-a6a57fa57cc2ec75d1f5225d60e43546ee1cc14b.tar.gz
newspipe-a6a57fa57cc2ec75d1f5225d60e43546ee1cc14b.tar.bz2
newspipe-a6a57fa57cc2ec75d1f5225d60e43546ee1cc14b.zip
Removed useless empty lines in the generated CSS.
Diffstat (limited to 'source')
-rw-r--r--source/export.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/export.py b/source/export.py
index cc88eab2..5e06aea1 100644
--- a/source/export.py
+++ b/source/export.py
@@ -67,7 +67,6 @@ CSS = """body {
width:80%;
line-height:1.75;
}
-
blockquote {
font-size:small;
line-height:2.153846;
@@ -77,23 +76,18 @@ blockquote {
margin-left:2.153846em;
padding-left:2.153846em;
}
-
blockquote p{
margin:2.153846em 0;
}
-
p+br {
display:none;
}
-
h1 {
font-size:large;
}
-
h2,h3 {
font-size:medium;
}
-
hr {
border-style:dotted;
height:1px;
@@ -101,37 +95,30 @@ hr {
margin:1.45em 0 1.4em;
padding:0;
}
-
a {
text-decoration:none;
color:#00008B;
}
-
#footer {
clear:both;
text-align:center;
font-size:small;
}
-
img {
border:0;
}
-
.horizontal,.simple li {
margin:0;
padding:0;
list-style:none;
display:inline
}
-
.simple li:before {
content:"+ ";
}
-
.simple > li:first-child:before {
content:"";
}
-
.author {
text-decoration:none;
display:block;
@@ -139,7 +126,6 @@ img {
margin-left:2em;
font-size:small;
}
-
.content {
margin:1.00em 1.00em;
}"""
bgstack15