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
open-source
MetaGer
Commits
c9dcffcf
Commit
c9dcffcf
authored
Nov 02, 2016
by
Phil Höfer
Browse files
Style fix (tab-content padding)
parent
a2a7dd98
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
c9dcffcf
...
...
@@ -7208,6 +7208,9 @@ nav h1 {
body
>
div
{
padding-top
:
70px
;
}
.tab-content
{
padding-top
:
10px
;
}
.hostlabel
a
:link
,
.hostlabel
a
:visited
{
color
:
#FFFFFF
;
...
...
public/css/themes/default.css.map
View file @
c9dcffcf
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/assets/less/metager/result-page.less
View file @
c9dcffcf
.tab-content {
padding-top: 10px;
}
.hostlabel a:link, .hostlabel a:visited {
color: #FFFFFF;
}
...
...
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