Added proper standalone support.

This commit is contained in:
Gunther Brunner
2014-09-24 19:38:46 +09:00
parent 7a344e7043
commit 33fad24ed4
9 changed files with 45 additions and 23 deletions

View File

@@ -251,6 +251,10 @@ svg {
height: 100%;
}
.fill-width {
width: 100%;
}
.fill-auto {
height: auto;
}