Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Removing 'float:right' for li.description and adding 'vertical-align:…
Browse files Browse the repository at this point in the history
…top' fixed problems with lists, and other stuff. #27 #28
  • Loading branch information
Vijay Korapaty committed Apr 2, 2013
1 parent fb865ba commit 61c544e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/stylesheets/scss/style.scss
Expand Up @@ -824,9 +824,6 @@ div.clickable a {
&.parameter {
margin-right: 3em;
}
&.description {
float: right;
}
}

border-bottom: 1px solid darken($color, 20%);
Expand Down Expand Up @@ -864,13 +861,16 @@ div.clickable a {
&.name {
width: 8em;
word-wrap: break-word;
vertical-align: top;
}
&.type {
width: 8em;
vertical-align: top;
}
&.description {
width: 27em;
word-wrap: break-word;
vertical-align: top;
}
}
}
Expand Down

0 comments on commit 61c544e

Please sign in to comment.