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

Commit

Permalink
Removed useless code
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Pecha <janpecha@email.cz>
  • Loading branch information
janpecha committed Oct 13, 2013
1 parent a95d3df commit 5a0fde7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions minitypro.css
Expand Up @@ -88,21 +88,16 @@ input {
margin-bottom: 1em;
}
.box.info {
background: #dcedff;
background: #C3E0FF;
}
.box.success {
background: #dcffe3;
background: #C3F1AF;
}
.box.warning {
background: #fffddc;
background: #FCF8A3;/*#FEF99C*/
background: #FFF991;
}
.box.error,
.box.danger {
background: #ffdfdc;
background: #FECCC8;
}
.box p:last-child {
Expand Down

0 comments on commit 5a0fde7

Please sign in to comment.