##// END OF EJS Templates
Limit 'audio' tag width
neko259 -
r1797:5bfa7533 default
parent child Browse files
Show More
@@ -197,3 +197,7 b' textarea, input {'
197 197 width: 240px;
198 198 }
199 199
200 audio {
201 width: 200px;
202 }
203
General Comments 0
You need to be logged in to leave comments. Login now