Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/css/main.css')
-rw-r--r--app/static/css/main.css15
1 files changed, 2 insertions, 13 deletions
diff --git a/app/static/css/main.css b/app/static/css/main.css
index 6feec68..d672508 100644
--- a/app/static/css/main.css
+++ b/app/static/css/main.css
@@ -2,15 +2,10 @@ body {
background-color: #c0c0c0;
height: 100%;
margin: 0;
- font-size: 88%;
+ font-size: 12pt;
font-family: DejaVu Sans;
}
-p.subtitle {
- font-size: 10pt;
- margin-top: 5px;
-}
-
li {
margin-bottom: 1em
}
@@ -32,12 +27,6 @@ hr {
margin: 30px;
}
-#beta {
- font-size: 12pt;
- color: red;
- display: none;
-}
-
#editor {
margin: 0;
position: absolute;
@@ -86,7 +75,7 @@ div#filer {
#filer ul li a{
color: black;
text-decoration: none;
- font-size: 8pt;
+ font-size: 10pt;
width: 50px;
height: 70px;
float:left;