Skip to content

Commit

Permalink
more css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjstates committed Nov 30, 2012
1 parent c916821 commit 4d664df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/css/demo.css
Expand Up @@ -28,6 +28,7 @@ body {

.demo {
background: #f1f0f1;
border: 1px solid gainsboro;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
Expand Down
1 change: 1 addition & 0 deletions example/css/demo.scss
Expand Up @@ -16,6 +16,7 @@ body{

.demo{
background: rgba(241, 240, 241, 1);
border: 1px solid rgb(220,220,220);
@include border-radius(5px);
}
p{
Expand Down

0 comments on commit 4d664df

Please sign in to comment.