Skip to content

Commit

Permalink
IE grouping fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchandramouli authored and CHANDRAMOULI PARASURAMAN committed Jan 6, 2011
1 parent 62a8b8a commit a21fbe5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/stylesheets/site.css
Expand Up @@ -68,6 +68,7 @@ label
{ {
display: inline-block; display: inline-block;
padding-bottom: 10px; padding-bottom: 10px;
line-height: 150%;
font-size: 1em; font-size: 1em;
color: #808080; color: #808080;
} }
Expand Down Expand Up @@ -114,7 +115,7 @@ hr


a a
{ {
color: #00f; color: #21759b;
text-decoration: none; text-decoration: none;
} }


Expand Down Expand Up @@ -161,6 +162,11 @@ a:hover
display: block; display: block;
} }


.group
{
display: inline-block;
}

.description .description
{ {
font-size: 1.5em; font-size: 1.5em;
Expand Down Expand Up @@ -253,7 +259,7 @@ a:hover
{ {
float: right; float: right;
padding: 10px; padding: 10px;
background: #f0f0f0; background: #f6f6f6;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
Expand Down

0 comments on commit a21fbe5

Please sign in to comment.