Improvements to the look of the "Too many URLs added too fast" error page

This commit is contained in:
Tom Slominski
2013-11-02 15:17:13 +00:00
parent da890206ab
commit 78cb3ed559

View File

@@ -241,3 +241,19 @@ header {
display:none;
}
}
/* Error page */
#wrap {
border-left: none; !important
}
#wrap > h1 > a,
#wrap > h1,
header > h1 {
display: none;
}
#wrap > h2,
#wrap > p {
color: red;
}