Remove dotted_line style from css
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 1 Jul 2011 18:09:51 +0000 (20:09 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Fri, 1 Jul 2011 18:09:51 +0000 (20:09 +0200)
mediagoblin/static/css/base.css

index 2dd276b06db84814462b9acf90baf7389e7e3d08..18febd9c6d4f436b4bb926c2a04b5c81592c4ca0 100644 (file)
@@ -133,15 +133,6 @@ a.mediagoblin_logo:hover {
 
 /* common website elements */
 
-.dotted_line {
-  width:100%;
-  height:0px;
-  border-bottom: dotted 1px #5f5f5f;
-  position:absolute;
-  left:0px;
-  margin-top:-20px;
-}
-
 .button {
   font-family:'Carter One', arial, serif;
   height:32px;