Skip to content

Commit

Permalink
forgot to add border radius, so I did
Browse files Browse the repository at this point in the history
  • Loading branch information
hatefulcrawdad committed Jan 31, 2014
1 parent 8979dce commit 64c06da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,14 +869,19 @@ table .tag-list {
border: solid 1px #dddddd;
padding: 20px;
margin-bottom: 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
}
/* line 299, ../../sass/_extensions.scss */
/* line 300, ../../sass/_extensions.scss */
.extension-list table td {
vertical-align: top;
}
@media all and (max-width: 767px) {
/* line 299, ../../sass/_extensions.scss */
/* line 300, ../../sass/_extensions.scss */
.extension-list table td {
display: block;
}
Expand Down
1 change: 1 addition & 0 deletions sass/_extensions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
border: $border-style;
padding: 20px;
margin-bottom: 20px;
@include border-radius($border-radius);
}
}

Expand Down

0 comments on commit 64c06da

Please sign in to comment.