Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/downloadsites/eclipse/default_style.css')
-rwxr-xr-xproduction/downloadsites/eclipse/default_style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/production/downloadsites/eclipse/default_style.css b/production/downloadsites/eclipse/default_style.css
index 9932b6927..d240b5341 100755
--- a/production/downloadsites/eclipse/default_style.css
+++ b/production/downloadsites/eclipse/default_style.css
@@ -1,4 +1,4 @@
-p,table,td,th {
+p, table, td, th {
font-family: arial, helvetica, geneva;
font-size: 10pt
}
@@ -62,9 +62,10 @@ body {
color: #8080FF
}
-.container_php,.container_default {
+.container_php, .container_default {
padding: 0 20px
}
+
.container_html {
padding: 0 20px
-}
+} \ No newline at end of file

Back to the top