Skip to content

Commit

Permalink
Merge pull request #6892 from PerJensen/aalborg_css
Browse files Browse the repository at this point in the history
fix(aalborg_theme): removes unwanted  margins
  • Loading branch information
ewinslow committed Jun 9, 2014
2 parents a056f66 + b972402 commit ad466de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mod/aalborg_theme/views/default/aalborg_theme/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@
.custom-index-col2 > .elgg-inner {
padding: 0;
}
#dashboard-info {
margin: 0 0 15px;
}
}
@media (min-width: 767px) {
.elgg-nav-collapse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
margin-bottom: 4px;
}
.elgg-item .elgg-content {
margin: 10px 5px 10px 0;
margin: 10px 0;
}
.elgg-content {
clear: both;
Expand Down

0 comments on commit ad466de

Please sign in to comment.