aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/responsive/_global_style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/responsive/_global_style.scss')
-rw-r--r--app/assets/stylesheets/responsive/_global_style.scss11
1 files changed, 1 insertions, 10 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss
index ef755c01e..24cddc0d9 100644
--- a/app/assets/stylesheets/responsive/_global_style.scss
+++ b/app/assets/stylesheets/responsive/_global_style.scss
@@ -92,7 +92,7 @@ dt + dd {
/* Links in sidebars usually only underlined on hover */
.feed_link,.act_link {
- margin-bottom:10px;
+
a{
text-decoration:none;
}
@@ -191,15 +191,6 @@ form input[type=text],form input[type=password] {
padding:0.5em;
}
-#preview_form ul {
- margin:0;
- padding:1px 32px 10px;
-}
-
-#preview_form ul li {
- margin:10px 0;
-}
-
label small{
text-transform: none;
}