Browse Source

update v1 banner

gh-pages
David DeSandro 10 years ago
parent
commit
c7a400e616
  1. 2
      _layouts/default.html
  2. 6
      css/style.css

2
_layouts/default.html

@ -17,7 +17,7 @@
<body class="{{ page.category }} {{ page.body_class }}">
<div id="top-banner">
<p><a href="http://isotope.metafizzy.co/beta">Try Isotope v2 beta!</a></p>
<p><a href="http://isotope.metafizzy.co/">Isotope v2 is here. Update to the latest.</a></p>
</div>
<nav id="site-nav">

6
css/style.css

@ -839,8 +839,8 @@ code .nd { color: #9FAD7E; } /* CSS pseudo selector */
#top-banner a {
display: block;
background: #FF0;
color: #06F;
background: #FD0;
color: #06D;
padding: 0.5em;
font-family: Helvetica Neue, Arial, sans-serif;
font-weight: bold;
@ -849,7 +849,7 @@ code .nd { color: #9FAD7E; } /* CSS pseudo selector */
text-align: center;
}
#top-banner a:hover { background: white; color: #F06; }
#top-banner a:hover { background: white; }
/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }

Loading…
Cancel
Save