Commit 6d5d0cae authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Merge branch 'master' into extjs-4.1

parents 7109c014 4de0de5b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ pre.inline-example {
    @include border-radius(5px);
    // Create exactly the same amount of padding as normal code <pre> has
    padding: 5px 15px !important;
    background: #f7f7f7; } }
    background: #f7f7f7; }
  // same line height as for non-live code examples
  .CodeMirror pre {
    line-height: 1.3em; } }

.inline-example-cmp {
  margin-bottom: 10px;