Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Added fallback rgb() for #navbar in case a browser can't do rgba()
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Olson committed May 17, 2010
1 parent 2267c8a commit 3c434e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/cat/theme.css
Expand Up @@ -12,6 +12,7 @@ body {
}

#navbar {
background-color: rgb(119, 103, 73);
background-color: rgba(119, 103, 73, 0.7);
border-color: #5D4D32;
width: 10em;
Expand Down

0 comments on commit 3c434e7

Please sign in to comment.