Skip to content

Commit

Permalink
MASTER: Removed link underlines in lists in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Taylor <johnny@abledaccess.com>
  • Loading branch information
abledaccess committed Jan 17, 2013
1 parent 015fb49 commit 79ec554
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</title>
<base href="<?php echo esc_url(get_home_url()); ?>" />

<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0 width=device-width" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<?php $template_url = get_bloginfo( 'template_url', 'display' ); ?>

<link rel="stylesheet" type="text/css" href="<?php echo $template_url; ?>/infusion/framework/fss/css/fss-reset-global.css" media="all" />
Expand Down
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ q:after{
content:none;
}
small{
font-size:100%;
font-size:75%;
}

/* Prevents `sub` and `sup` affecting `line-height` in all browsers.
Expand Down Expand Up @@ -726,6 +726,9 @@ input#submit{
.fSS5-complementry>ul{
margin:0;
}
.fSS5-complementry a{
text-decoration:none;
}
.fl-widget{
display:inline-block;
margin:0;
Expand Down

0 comments on commit 79ec554

Please sign in to comment.