[add] percent width for video balise

This commit is contained in:
Knah Tsaeb 2013-07-26 14:00:57 +02:00
parent d2fa93fca1
commit 82eb63458b
1 changed files with 4 additions and 0 deletions

View File

@ -45,4 +45,8 @@ input, select, options {
input[type="submit"] {
color: #1E1915;
}
video {
width : 55%;
}