Update vector label example

This commit is contained in:
tsauerwein
2015-12-11 10:14:02 +01:00
parent b0b202f112
commit 43e1c86b6e
2 changed files with 13 additions and 1 deletions

View File

@@ -35,3 +35,11 @@ h2 {
.edit-form-elem select {
width: 130px;
}
.edit-form br {
clear: left;
}
.clearall {
clear: both;
}