Border between prompt element

This commit is contained in:
Vik Paruchuri
2013-07-25 12:15:05 -04:00
parent 5ae6ce9d47
commit 9cb7d448c6

View File

@@ -702,8 +702,14 @@ section.open-ended-child {
}
}
div.prompt{
padding: 10px;
background-color:white;
border-bottom: 1px solid;
border-color: lightgray;
}
h4{
margin-top: 10px;
}
}