Skip to content

Commit

Permalink
fix css bug for every item description
Browse files Browse the repository at this point in the history
  • Loading branch information
sush committed Oct 14, 2011
1 parent 80aa1d7 commit e2730c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/controllers/events.css.scss
Expand Up @@ -115,7 +115,7 @@
font-size: 0.9em;
line-height: 1.3em;
color:#202020;
margin-bottom:10px;
margin-bottom:24px;
overflow:hidden;
}

Expand Down Expand Up @@ -352,4 +352,4 @@
width:28px;
height:31px;
text-indent:-9999px;
}
}
1 change: 1 addition & 0 deletions app/assets/stylesheets/controllers/jobs.css.scss
Expand Up @@ -105,6 +105,7 @@
font-size: 0.9em;
line-height: 1.3em;
color:#202020;
margin-bottom:24px;
p + p {
margin:0;
}
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/controllers/questions.css.scss
Expand Up @@ -156,6 +156,10 @@
font-size: 0.9em;
line-height: 1.3em;
color:#202020;
p + p {
margin: 0;
}
margin-bottom:24px;
}


Expand Down

0 comments on commit e2730c0

Please sign in to comment.