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
5881c536
Commit
5881c536
authored
Oct 11, 2016
by
Phil Höfer
Browse files
Style fixes
parent
c767724c
Changes
3
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
5881c536
...
...
@@ -6918,6 +6918,7 @@ By Class
margin-top
:
20px
;
padding
:
10px
20px
;
margin-bottom
:
0
;
background-color
:
white
;
box-shadow
:
1px
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
}
.input-group-addon
{
...
...
public/css/themes/default.css.map
View file @
5881c536
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/assets/less/metager/metager.less
View file @
5881c536
...
...
@@ -298,6 +298,7 @@ By Class
margin-top: 20px;
padding: 10px 20px;
margin-bottom: 0;
background-color: white;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
...
...
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