Skip to content

Commit

Permalink
float of text in full post or index
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed May 1, 2012
1 parent a86d753 commit 8bf8d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -386,7 +386,6 @@ ul.menu li li li:hover ul {

.sidebar .menu a {
display: block;
padding: 0 5px;
color: white !important;
}

Expand Down Expand Up @@ -424,6 +423,7 @@ ul.menu li li li:hover ul {
background: -ms-linear-gradient(top, #f9f9f9 0%,#f7f6f1 0%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f9f9f9 0%,#f7f6f1 0%,#ffffff 100%); /* W3C */
margin-bottom: 8px;
}

.sidebar .box a {
Expand Down

0 comments on commit 8bf8d35

Please sign in to comment.