1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Lighter image borders

This commit is contained in:
Meow J
2016-08-08 23:14:58 +08:00
parent aff1a2cfb3
commit a2ac513f15

View File

@@ -53,7 +53,7 @@ img {
margin-left: auto;
margin-right: auto;
border-radius: 7px;
border: 3px solid #bbb;
border: 3px solid #dbdfe4;
}
img.clean {
@@ -63,7 +63,7 @@ img.clean {
img.left {
float: left;
margin: 10px;
border: 2px solid #bbb;
border: 2px solid #dbdfe4;
border-radius: 3px;
margin-right: 20px;
}