Skip to content

Commit

Permalink
Merges branch 'release/0.6.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Aug 7, 2014
2 parents 9e3a2c1 + d90aab5 commit bf28010
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 78 deletions.
26 changes: 26 additions & 0 deletions css/wp-imgur-app.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
margin-top: 20px !important;
}

#message.error {
margin-top: 1em;
}

.wrap-wp-imgur {
max-width: 1280px;
}
Expand Down Expand Up @@ -190,3 +194,25 @@ fieldset legend {
.wp-progress-button .button {
vertical-align: middle;
}

.attribution {
font-size: 0.7em;
}

.attribution {
float: right;
}

.attribution a {
text-decoration: none;
}

.attribution a:hover {
text-decoration: underline;
}

@media screen and (max-width: 520px) {
.attribution .text {
display: none;
}
}
2 changes: 1 addition & 1 deletion css/wp-imgur-app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf28010

Please sign in to comment.