styling images
This commit is contained in:
12
css/main.css
12
css/main.css
@@ -1046,4 +1046,16 @@ img.item {
|
||||
hr {
|
||||
color: silver;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
img.item-wrap-normal {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||
padding: 7px;
|
||||
display: inline-block;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #AAA;
|
||||
background-image: radial-gradient(circle, #EEE, #AAA);
|
||||
}
|
||||
Reference in New Issue
Block a user