Fix result padding

fix #2
This commit is contained in:
Olivier Mayer
2015-02-19 11:05:55 +09:00
parent 50ed2262ed
commit 7e26d48daf

View File

@@ -957,6 +957,10 @@ div.diapo {
position: absolute; bottom: 0px; position: absolute; bottom: 0px;
} }
#answers {
padding: 20px;
}
#answers .list { #answers .list {
position: relative; position: relative;
float: left; float: left;