mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-12 16:18:53 +01:00
acc171041d
Fixes #387
16 lines
194 B
CSS
16 lines
194 B
CSS
.notice {
|
|
font-size: 125%;
|
|
font-weight: 125%;
|
|
margin: 0.5em;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.notice .noticeImage {
|
|
float: left;
|
|
margin: 0 0.5em 0 0;
|
|
height: 2.25em;
|
|
}
|
|
|
|
.introduction {
|
|
clear: both;
|
|
} |