Skip to content

Commit

Permalink
Fixed up the styling for the new highlighter format
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonNguyen committed Sep 13, 2012
1 parent 14e5e8e commit 078bf82
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,31 @@ h2 {
color: #0d83dd;
}

.syntaxhighlighter, textarea, input {
pre code {
background-color:#ffffff;
width: 619px;
margin: 0 auto;
}

textarea, input, pre code {
-webkit-border-radius:3px;
border: 1px solid #CCC;
}

.syntaxhighlighter, textarea {
textarea {
width: 623px;
margin:15px 0px 7px 7px;
}

label.include {
color:#AAFF1E;
font-weight:bold;
}

label:hover {
cursor: pointer;
}

#header {
text-align:center;
margin-bottom:20px;
Expand Down Expand Up @@ -76,7 +91,7 @@ h2 {


.input_grouping hr {
border-bottom: 1px solid #fff;
border: 1px solid #fff;
}

#content {
Expand Down

0 comments on commit 078bf82

Please sign in to comment.