deprecated jquery-svg, using jquery+inline SVG

This commit is contained in:
2013-02-12 22:34:25 -05:00
parent eb6b08b233
commit e96147b7ff
7 changed files with 183 additions and 156 deletions

View File

@@ -15,12 +15,28 @@ list-style-type: none;
list-style-type: none;
}
.floatright {
float: right;
}
.clearright {
clear: right;
}
.floatleft {
display: block;
float: left;
}
#Leftpane {
display: block;
float: left;
}
#Rightpane {
display: block;
float: left;
}