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
Hide whitespace changes
Inline
Side-by-side
public/css/styleResultPage.css
View file @
93bad789
...
...
@@ -569,4 +569,4 @@ footer a {
.product
img
{
max-width
:
100px
;
}
\ No newline at end of file
}
public/css/themes/default.css
View file @
93bad789
...
...
@@ -6672,6 +6672,10 @@ button.close {
display
:
none
!important
;
}
}
#spruch
.author
{
font-size
:
14px
;
color
:
#888
;
}
body
.quicktips
{
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";
#spruch .author {
font-size: 14px;
color: #888;
}
body.quicktips {
background-color: white;
}
...
...
@@ -652,4 +658,4 @@ nav h1 {
body > div {
padding-top: 70px;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
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