Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
added sample css style for output
  • Loading branch information
Jayaramki committed May 14, 2014
1 parent e46699f commit 5225c36
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
@@ -0,0 +1,18 @@
.gist-file {
background-color: #f8f8f8;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid rgb(221, 221, 221);
box-sizing: border-box;
color: #333333;
font-family: Consolas, 'Liberation Mono', Courier, monospace;
font-size: 13px;
line-height: 19px;
margin-bottom: 15px;
margin-top: 15px;
overflow: auto;
padding: 6px 10px;
word-wrap: normal;
}

0 comments on commit 5225c36

Please sign in to comment.