Commit 26e9e319 authored by Nick Poulden's avatar Nick Poulden
Browse files

Style updates

parent ab5f4ece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ Ext.define('Docs.view.cls.List', {
                '</ul>',
              '</div>',
              '<div class="legend guides">',
                '<h4>Guides</h4>',
                '<h1>Guides</h1>',
                '<div class="lft">',
                  '<a class="guide getting_started" rel="getting_started" href="guides/getting_started/index.html">Getting Started</a>',
                  '<a class="guide class_system" rel="class_system" href="guides/class_system/index.html">Class System</a>',
+9 −3
Original line number Diff line number Diff line
@@ -233,9 +233,12 @@ a:hover {
    font-size: 1.2em;
    padding: 1em 0 0.4em 0;
    font-weight: normal; }
  .guides {
  .legend.guides {
		padding: 15px;
    width: 560px !important;
    line-height: 1.7em;
		h1 {
		  font-size: 1.7em !important; }
    .lft {
      float: left;
      width: 200px; }
@@ -700,7 +703,10 @@ a:hover {
      text-decoration: underline; }
    &.close {
      position: absolute;
      width: auto;
      width: 12px;
			height: 12px;
			background: url(../images/x12.png) no-repeat;
			text-indent: -9999px;
      padding: 3px 0 0 0;
      right: 0;
      top: 0; } } }
      top: 3px; } } }