Add HTML5 svg tag

This commit is contained in:
jtm
2012-04-20 15:03:36 +00:00
parent 0bb5c7adfe
commit a6c53c67e7
4 changed files with 11 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ html5 = [
'section',
'source',
'summary',
'svg',
'time',
'track',
'video',

View File

@@ -0,0 +1,3 @@
svg {
padding: 50px;
}

View File

@@ -0,0 +1 @@
svg{padding:50px;}

View File

@@ -0,0 +1,6 @@
/*
HTML5 svg tag
*/
svg {
padding: 50px;
}