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
93bad789
Commit
93bad789
authored
Oct 18, 2016
by
Dominik Hebeler
Browse files
Merge branch '313-autorenname-spruche-wird-zu-gross-dargestellt' into 'development'
Spruch-Autor-Stile Closes
#313
See merge request
!502
parents
0256f972
79322ddc
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
public/css/styleResultPage.css
View file @
93bad789
public/css/themes/default.css
View file @
93bad789
...
@@ -6672,6 +6672,10 @@ button.close {
...
@@ -6672,6 +6672,10 @@ button.close {
display
:
none
!important
;
display
:
none
!important
;
}
}
}
}
#spruch
.author
{
font-size
:
14px
;
color
:
#888
;
}
body
.quicktips
{
body
.quicktips
{
background-color
:
white
;
background-color
:
white
;
}
}
...
...
public/css/themes/default.css.map
View file @
93bad789
This diff is collapsed.
Click to expand it.
public/js/all.js.map
View file @
93bad789
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/metager.less
View file @
93bad789
//@import "./result-page.less";
//@import "./result-page.less";
#spruch .author {
font-size: 14px;
color: #888;
}
body.quicktips {
body.quicktips {
background-color: white;
background-color: white;
}
}
...
...
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