Use bootstrap layout and css from examples

I'm sure this can be made much prettier still, but at least we
have a common theme with the examples now.
This commit is contained in:
ahocevar
2013-04-03 00:11:49 +02:00
parent e042c5701a
commit 9f2ff48444
2 changed files with 22 additions and 6 deletions

View File

@@ -203,7 +203,7 @@ dt.tag-source, dd.tag-source {
}
.details { margin-top: 14px; }
.details dt { width:100px; float:left; border-left: 2px solid #DDD; padding-left: 10px; padding-top: 6px; }
.details dt { width:110px; float:left; border-left: 2px solid #DDD; padding-left: 10px; padding-top: 6px; }
.details dd { margin-left: 50px; }
.details ul { margin: 0; }
.details ul { list-style-type: none; }