1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

Fix the ugly borders of some images

This commit is contained in:
Meow J
2016-08-09 03:31:30 +08:00
parent a2ac513f15
commit f3a035f1fd
4 changed files with 6 additions and 3 deletions

View File

@@ -89,6 +89,9 @@ img.large {
height: auto;
}
img.noborder {
border: none;
}
video {
display: block;