summaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
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;