Skip to content

Commit

Permalink
Pushing the CSS change on index.css by @mrmrs from #107
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve King committed Apr 27, 2014
1 parent 9daf497 commit 14fb645
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
max-height: 250px;
height: 250px;
background-color: white;
border-collapse: separate;
border: 1px solid rgb(204, 204, 204);
padding: 4px;
box-sizing: content-box;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
border-collapse: separate;
border: 1px solid rgb(204, 204, 204);
padding: 4px;
box-sizing: content-box;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
border-top-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; border-top-left-radius: 3px;
overflow: scroll;
Expand Down

0 comments on commit 14fb645

Please sign in to comment.