Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6a4660df
Commit
6a4660df
authored
Jun 24, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Jun 24, 2016
Browse files
Merge "Bug 1591782 - Fixed default theme header with skin"
parents
71538760
31618f7a
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/theme/default/sass/form/_site-messages.scss
View file @
6a4660df
...
...
@@ -14,6 +14,7 @@
~
.header
{
top
:
33px
;
//for one message
+
.main-nav
{
background-color
:
#ffffff
;
margin-top
:
32px
;
//for one message
}
}
...
...
htdocs/theme/default/sass/layout/_layout.scss
View file @
6a4660df
...
...
@@ -11,8 +11,11 @@ body {
.middle-container-wrap
{
.main-content
{
background-color
:
#ffffff
;
margin-top
:
0
;
padding-top
:
25px
;
@media
screen
and
(
min-width
:
$screen-sm-min
)
{
margin-top
:
30px
;
margin-bottom
:
30px
;
}
.main
{
padding-top
:
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment