Skip to content

Commit b8e06c1

Browse files
committed
Modern theme now supports fixed layout.
1 parent 9b530d4 commit b8e06c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
2+
// Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
3+
// See <jquery.syntax.js> for licensing details.
4+
5+
.syntax-container.syntax-theme-modern
6+
div.fixed.syntax
7+
@include modern-gradient(white, $background-primary)
8+
@include modern-border-radius(0.6em)
9+
@include modern-box-shadow
10+
padding: 0.6em
11+
border: 1px solid $border-primary
12+
13+
pre
14+
margin: 0
15+
font-family: inherit
16+
overflow: auto

0 commit comments

Comments
 (0)