aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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