aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-12-11 15:57:08 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-12-11 15:57:08 +0100
commit90260d627fac062e307d65df87468776e0573d51 (patch)
tree6cf88f053aca0a457425b3224b463990f3632ec9 /app
parent815c2d5653f2949200192589243de5b9a7efbdfb (diff)
downloadhmnoweb-90260d627fac062e307d65df87468776e0573d51.tar.gz
hmnoweb-90260d627fac062e307d65df87468776e0573d51.tar.bz2
hmnoweb-90260d627fac062e307d65df87468776e0573d51.zip
Fix some cosmetic issues
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/hmno_blogg.scss11
-rw-r--r--app/assets/stylesheets/hmno_main.scss12
-rw-r--r--app/assets/stylesheets/hmno_sidebars.scss1
3 files changed, 14 insertions, 10 deletions
diff --git a/app/assets/stylesheets/hmno_blogg.scss b/app/assets/stylesheets/hmno_blogg.scss
index 63fa95e..d9b8e66 100644
--- a/app/assets/stylesheets/hmno_blogg.scss
+++ b/app/assets/stylesheets/hmno_blogg.scss
@@ -10,16 +10,11 @@
footer {
position: relative;
border: 0;
- padding: {
- top: 5px;
- bottom: 3px;
- }
- p {
- margin: 0;
- }
+ clear: both;
+ height: 6mm;
.comment_count {
position: absolute;
- top: 5px;
+ top: 1mm;
right: 0;
}
}
diff --git a/app/assets/stylesheets/hmno_main.scss b/app/assets/stylesheets/hmno_main.scss
index 0a215ab..7e6d565 100644
--- a/app/assets/stylesheets/hmno_main.scss
+++ b/app/assets/stylesheets/hmno_main.scss
@@ -48,11 +48,19 @@ a {
}
}
-#left_img {
+img {
+ margin: 1.5mm;
+}
+
+#left_img,
+.image-align-left {
float: left;
+ margin-left: 0;
}
-#right_img {
+#right_img,
+.image-align-right {
float: right;
+ margin-righ: 0;
}
diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss
index f2232b7..664ec5e 100644
--- a/app/assets/stylesheets/hmno_sidebars.scss
+++ b/app/assets/stylesheets/hmno_sidebars.scss
@@ -1,6 +1,7 @@
@import "color_scheme";
@mixin sidebar-headers {
+ clear: both;
padding: 2px;
color: $link-fg;
background: {