added border-radius for #profile-jot-form

This commit is contained in:
Silke Meyer 2014-06-14 18:25:34 +02:00
parent 29fbedcaf4
commit f533332ad5
1 changed files with 1 additions and 0 deletions

View File

@ -1423,6 +1423,7 @@ h2 {
#profile-jot-form {
box-shadow: 1px 2px 0px 0px #D8D8D8;
border-radius: 10px;
background-color: #fafafa;
padding: 10px;
}