aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/static/css/base.css')
-rw-r--r--mediagoblin/static/css/base.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 169394d0..6c50377f 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -24,21 +24,18 @@ h1 {
margin-top:50px;
}
-.dotted_line {
- width:100%;
- height:0px;
- border-bottom: dotted 1px #5f5f5f;
- position:absolute;
- left:0px;
- margin-top:-20px;
-}
-
a {
color: #d12929;
border-bottom: 1px dotted;
text-decoration: none;
}
+label {
+ font-weight: normal;
+}
+
+/* website structure */
+
.mediagoblin_header {
width:100%;
height:60px;
@@ -71,6 +68,17 @@ a {
padding-right:11px;
}
+/* common website elements */
+
+.dotted_line {
+ width:100%;
+ height:0px;
+ border-bottom: dotted 1px #5f5f5f;
+ position:absolute;
+ left:0px;
+ margin-top:-20px;
+}
+
.button_red {
background-image: url('../images/button_red.png');
}