summaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-05-22 23:07:12 -0500
committerwushin <pasekei@gmail.com>2014-05-22 23:24:49 -0500
commit88fc035963ec57beb1da12b2f32b4c30e0946e2a (patch)
treeccf01e8b86ae1b46c832fba41189f4cbc8373924 /default.css
parent41572c3899c716d03f08af82f536b22858ee0646 (diff)
downloadwebsite-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.gz
website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.bz2
website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.tar.xz
website-88fc035963ec57beb1da12b2f32b4c30e0946e2a.zip
Fix Account Creations Always Asking!
Sitemap - Robots GA adjustments Index - News-feed GA adjustments Added Email template (Text/Html) Shrunk some margins to reduce empty space Moved Server Status Up on the list Added "Support (IRC)" to aide new players Removed Duplicate Registration
Diffstat (limited to 'default.css')
-rw-r--r--default.css22
1 files changed, 19 insertions, 3 deletions
diff --git a/default.css b/default.css
index 2355684..1dda4b5 100644
--- a/default.css
+++ b/default.css
@@ -13,7 +13,7 @@ h1 {
background-image: url(images/header.png);
background-repeat: no-repeat;
position: absolute;
- width: 600px;
+ width: 543px;
height: 210px;
margin: 0px;
top: 0px;
@@ -257,7 +257,7 @@ h1 {
}
#contents p, table, pre {
- margin: 15px 40px 15px 30px;
+ margin: 0px 40px 5px 30px;
}
#contents h4 {
@@ -266,7 +266,7 @@ h1 {
}
#contents ul {
- margin: 15px 40px 15px 20px;
+ margin: 0px 40px 0px 20px;
}
#contents table {
@@ -328,6 +328,22 @@ h1 {
height: 16px;
}
+div.read-more {
+ text-align:right;
+}
+
+a.more {
+ display: block;
+ margin: 0px;
+ width: auto;
+ padding: 5px 5px 5px 20px;
+ margin: 0px;
+ color: black;
+ font-style: normal;
+ font-weight: bold;
+ color: #2f2e32;
+}
+
/* Gallery style */
#pagenumbers {
text-align: center;