css stuff
This commit is contained in:
parent
1684e2c3f9
commit
f0e4067a73
2 changed files with 20 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
|||
#message
|
||||
padding: 5px
|
||||
border: 1px solid #ddd
|
||||
border-radius: 6px
|
||||
box-shadow: 0 0 3px #c4c4c4
|
||||
background-color: lightyellow
|
||||
|
||||
nav li
|
||||
display: inline-block
|
||||
|
|
13
templates/tagMedia.cassius
Normal file
13
templates/tagMedia.cassius
Normal file
|
@ -0,0 +1,13 @@
|
|||
.thumbnail
|
||||
border 1px solid #ddd
|
||||
border-radius: 6px
|
||||
box-shadow: 0 0 3px #c4c4c4
|
||||
|
||||
.thumbnail img
|
||||
width: 250px
|
||||
|
||||
ul
|
||||
list-style: none
|
||||
|
||||
li
|
||||
display: inline-block
|
Loading…
Reference in a new issue