aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-09-03 07:51:02 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-09-03 07:51:02 +0200
commit0a5797d42af662c7073e057ac7533dac0a8e1dde (patch)
treeed16836a9021978e81e9b94ecbb659e8b276ce1f /source
parentMinor change to the template of the /history page. (diff)
downloadnewspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.gz
newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.bz2
newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.zip
Minor improvement to the CSS.
Diffstat (limited to 'source')
-rwxr-xr-xsource/static/css/style.css4
-rw-r--r--source/static/templates/base.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/source/static/css/style.css b/source/static/css/style.css
index 9317064a..87408e36 100755
--- a/source/static/css/style.css
+++ b/source/static/css/style.css
@@ -166,7 +166,7 @@ blockquote.right {
}
.inner {
- margin-top: 1em;
+ margin-top: 0em;
padding: 0em 0em 0em 0em;
clear: both;
}
@@ -217,4 +217,4 @@ blockquote.right {
* html a:hover {
background: transparent;
-} \ No newline at end of file
+}
diff --git a/source/static/templates/base.html b/source/static/templates/base.html
index 29e81450..03c40f90 100644
--- a/source/static/templates/base.html
+++ b/source/static/templates/base.html
@@ -15,7 +15,7 @@
</head>
<body>
<div class="right innerlogo">
- <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?"/></a>
+ <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?" /></a>
</div>
<a href="/"><h1 id="top">pyAggr3g470r</h1></a>
${self.body()}
@@ -25,4 +25,4 @@
<a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p>
</div>
</body>
-</html> \ No newline at end of file
+</html>
bgstack15