aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-06-16 12:06:29 +0200
committercedricbonhomme <devnull@localhost>2011-06-16 12:06:29 +0200
commitfdfb1a04ae5d8bb2d069bd44b91907b64add3cea (patch)
tree0d371c456c0395544deec976fc34215316405b5e /css
parentMinor bugfix: activity of a feed (average articles poster per day) (diff)
downloadnewspipe-fdfb1a04ae5d8bb2d069bd44b91907b64add3cea.tar.gz
newspipe-fdfb1a04ae5d8bb2d069bd44b91907b64add3cea.tar.bz2
newspipe-fdfb1a04ae5d8bb2d069bd44b91907b64add3cea.zip
Minor CSS bugfix.
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index ffc43543..2ca2e412 100755
--- a/css/style.css
+++ b/css/style.css
@@ -1,8 +1,8 @@
/* CSS based on the patrimoine ael website - initial source?*/
html, body {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
@@ -375,4 +375,4 @@ blockquote.right {
.critical { background: #FFCCAA; border: 1px solid #FF3334; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.info { background: #9FDAEE; border: 1px solid #2BB0D7; }
- .warning { background: #FFFFAA; border: 1px solid #FFAD33; \ No newline at end of file
+ .warning { background: #FFFFAA; border: 1px solid #FFAD33; } \ No newline at end of file
bgstack15