Commit 05247a94 authored by Nick Poulden's avatar Nick Poulden
Browse files

Banner style

parent f31b9390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Ext.define('Docs.view.index.Container', {

        var tpl = new Ext.XTemplate(
            '<h1 class="pb">{title}</h1>',
            Docs.live ? '' : '<div class="notice">For up to date documentation and features, visit <a href="http://docs.sencha.com/ext-js/4-0">http://docs.sencha.com/ext-js/4-0</a></div>',
            Docs.live ? '' : '<div class="notice">Use <a href="http://docs.sencha.com/ext-js/4-0">http://docs.sencha.com/ext-js/4-0</a> for up to date documentation and features</div>',
            '<div class="legend icons">',
                '<h4>Legend</h4>',
                '<ul>',
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ a:hover {
  color: #0464BB; }

.notice {
  background-color: #fff99c;
  background-color: #ffc;
  text-align: center;
  color: #434343;
  font-weight: bold;