Commit 7cc1fe45 authored by Ujvari Gergely's avatar Ujvari Gergely

Added moz and webkit box-sizing for VS

parent 0a3111e0
......@@ -1288,6 +1288,8 @@ h3.stream {
float:left;
color:#808080;
font:13px/17px Helvetica,Arial;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing: content-box;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment