Add noticeboard.css
This commit is contained in:
parent
4e2f7cbae7
commit
1a21f277df
1 changed files with 14 additions and 0 deletions
14
docs/stylesheets/noticeboard.css
Normal file
14
docs/stylesheets/noticeboard.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#noticeboard {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#noticeboard h2 {
|
||||
background: #222;
|
||||
color: #fff;
|
||||
padding: 0.4em 0.8em;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#noticeboard li {
|
||||
margin: 0.4em 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue