mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 07:01:38 +00:00
deprecated jquery-svg, using jquery+inline SVG
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user