Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-50: Put back some !important's on the login-out button to insu…
Browse files Browse the repository at this point in the history
…re the text remains visible.
  • Loading branch information
abledaccess committed May 10, 2012
1 parent 0ea2e9b commit 259aa7f
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions wp-content/themes/fluid-studios/css/ie8.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body{
outline:2px solid #f00;
}
.fls-banner{
border-bottom:0 ;
border-bottom:0;
border-right:2px solid #fff;
margin:0;
min-height:100%;
Expand Down Expand Up @@ -64,7 +64,7 @@ body{
}
.fls-loginout-link a{
background-position:0.5em center;
color:#fff ;
color:#fff !important;
display:inline-block;
float:none;
font-family:Arial,sans-serif;
Expand Down Expand Up @@ -99,7 +99,7 @@ body{
}
.single .fls-main{
font-size:1.2em;
padding-right:2% ;
padding-right:2%;
}
.fls-main,.home .fls-main,.single .fls-main,.archive .fls-main{
padding-left:27.25%; /* eyeballed */
Expand Down Expand Up @@ -143,30 +143,29 @@ ul.fl-grid{
}

.fl-theme-uio-bw .fls-loginout-link a{
color:#fff ;
color:#fff !important;
}
.fl-theme-uio-bw .fls-loginout-link a:focus{
color:#000 ;
color:#000 !important;
}

.fl-theme-uio-wb .fls-loginout-link a{
color:#000 ;
color:#000 !important;
}
.fl-theme-uio-wb .fls-loginout-link a:focus{
color:#fff ;
color:#fff !important;
}

.fl-theme-uio-by .fls-loginout-link a{
color:#ff0 ;
color:#ff0 !important;
}
.fl-theme-uio-by .fls-loginout-link a:focus{
color:#000 ;
color:#000 !important;
}

.fl-theme-uio-yb .fls-loginout-link a{
color:#000 ;
color:#000 !important;
}
.fl-theme-uio-yb .fls-loginout-link a:focus{
color:#ff0 ;
}

color:#ff0 !important;
}

0 comments on commit 259aa7f

Please sign in to comment.