summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css44
1 files changed, 40 insertions, 4 deletions
diff --git a/local.css b/local.css
index 97f12a64..49930eb4 100644
--- a/local.css
+++ b/local.css
@@ -192,7 +192,7 @@ a:hover
.newsitem
{
- border: 1px solid black;
+ border: 1px solid grey;
overflow: auto;
}
.newsitem .newsitemheader .header
@@ -200,8 +200,8 @@ a:hover
max-width: 30%;
float: left;
margin-right: 1em;
- border-bottom: 1px solid black;
- border-right: 1px solid black;
+ border-bottom: 1px solid grey;
+ border-right: 1px solid grey;
}
.newsitem .header,
.newsitem .author
@@ -216,9 +216,15 @@ a:hover
.newsitem .actions ul
{
border-bottom-style: none;
- padding: 0.5em 0;
+ padding: 0.5em 0em;
line-height: 1;
}
+.newsitemcontent
+{
+ padding-left: 0.2em;
+ padding-top: 0.1em;
+
+}
.newsitemcontent p
{
margin: 0.3em;
@@ -251,3 +257,33 @@ a:hover
border-width: thin;
border-style: dotted;
}
+
+#statements
+{
+ display: table;
+}
+.statement-title
+{
+ text-align: center;
+ font-weight: bold;
+}
+#what-is
+{
+ display: table-cell;
+ width: 50%;
+ vertical-align: top;
+ text-align: justify;
+ padding-right: 1ex;
+ padding-top: 0.3em;
+ padding-bottom: 0.3em;
+}
+
+#mission
+{
+ display: table-cell;
+ vertical-align: top;
+ text-align: justify;
+ padding-left: 1em;
+ padding-top: 0.3em;
+ padding-bottom: 0.3em;
+}