design tab improved. Themes added
This commit is contained in:
parent
ed75afbb10
commit
00028702fc
10 changed files with 64 additions and 21 deletions
|
@ -642,3 +642,12 @@ p.time {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.styled_image {
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-moz-box-shadow: 0 0 5px #888;
|
||||
-webkit-box-shadow: 0 0 5px#888;
|
||||
box-shadow: 0 0 5px #888;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue