Skip to content

Commit

Permalink
style error page a bit more, error alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Nov 21, 2012
1 parent 86cd102 commit c6bed19
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Core/Assets/webroot/css/bootstrap/0-infinitas.less
Expand Up @@ -464,7 +464,19 @@ body#error {
}

h1 {
font-size: 50px;
font-size: 30px;
}

h2 {
font-size: 25px;
}

h3 {
font-size: 22px;
}
p.error {
.alert;
.alert-error;
}

.content {
Expand Down

0 comments on commit c6bed19

Please sign in to comment.