Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Updating a minor CSS definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Jan 17, 2016
1 parent b94a354 commit f2cfd92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/mediawesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

p.mediawesome.notice,
p.mediawesome.notification {
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

p.mediawesome.notice {
background: #F0F8FC;
padding: 10px;
border: 1px solid #93CDE8;
}

Expand All @@ -25,7 +25,6 @@ p.mediawesome.notification {
background: -moz-linear-gradient(top, #FFA84C, #FF7B0D);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFA84C), color-stop(100%, #FF7B0D));
background: -webkit-linear-gradient(top, #FFA84C, #FF7B0D);
padding: 5px;
border: 1px solid #FF7400;
}

Expand Down

0 comments on commit f2cfd92

Please sign in to comment.