Skip to content

Commit

Permalink
Fix CSS code style
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 19, 2016
1 parent e7d6c8c commit 0e1b5d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/theming/css/settings-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ div#theming_settings_msg {
}

#theming-preview {
width:230px;
height:140px;
width: 230px;
height: 140px;
background-size: cover;
background-position: center center;
text-align: center;
margin-left:93px;
margin-left: 93px;
}
#theming-preview img {
max-width:20%;
max-height:20%;
margin-top:20px;
max-width: 20%;
max-height: 20%;
margin-top: 20px;
}

0 comments on commit 0e1b5d4

Please sign in to comment.