aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.css31
1 files changed, 17 insertions, 14 deletions
diff --git a/default.css b/default.css
index 156113b..59c7422 100644
--- a/default.css
+++ b/default.css
@@ -9,12 +9,14 @@ Feel free to use and modify but please provide credits.
#############################################################*/
/* standard elements */
-* {
- font: normal 1em "Lucida Sans Unicode",sans-serif;
- margin: 0; padding: 0;
+*
+{
+ font: normal 1em "Lucida Sans Unicode",sans-serif;
+ margin: 0; padding: 0;
}
-a {
- color: #362;
+a
+{
+ color: #362;
}
a:hover, .footer a:hover
{
@@ -33,7 +35,7 @@ p,cite,code,ul
font-size: 0.8em;
margin-bottom: 1.7em;
line-height: 1.7em;
- text-align: justify;
+ text-align: left;
}
i
{
@@ -218,13 +220,14 @@ p.incitement
/* footer */
.footer
{
- color: #886;
- font-size: 0.65em;
- padding-left: 4em;
- padding-right: 4em;
- padding-bottom: 12px;
- text-align: center;
+ color: #886;
+ font-size: 0.65em;
+ padding-left: 4em;
+ padding-right: 4em;
+ padding-bottom: 12px;
+ text-align: center;
}
-.footer a {
- color: #664;
+.footer a
+{
+ color: #664;
}