Commit 5e7834694bff86df42c1005740181efb483ba20a

Authored by Sergio Oliveira
1 parent 56d98355

Fixing subscribe form

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/colab/static/css/screen.css
... ... @@ -151,6 +151,15 @@ form.signup div.submit {
151 151 width: 200px;
152 152 }
153 153  
  154 +.checkbox ul {
  155 + list-style: none;
  156 + padding: 0;
  157 +}
  158 +
  159 +.checkbox ul li {
  160 + line-height: 1.6;
  161 +}
  162 +
154 163 /* End Forms */
155 164  
156 165  
... ...