Skip to content

Commit

Permalink
fixed pill display
Browse files Browse the repository at this point in the history
  • Loading branch information
gpxl committed Mar 29, 2012
1 parent 0e4ee31 commit d980b80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _site/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ table {
padding: 6px; }

.code, .command {
color: #36353a;
background-color: #36353a;
font-size: 85%;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
padding-left: 15px;
Expand Down
2 changes: 1 addition & 1 deletion css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ table {

/* ************ UTILS ************ */
.pill, .code, .command, #marketing-page #comparisons #memory-usage-comparison ul li {
background-color: #36353a;
color: #ebe7db;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
Expand All @@ -58,6 +57,7 @@ table {
padding: 6px; }

.code, .command {
background-color: #36353a;
font-size: 85%;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
padding-left: 15px;
Expand Down
1 change: 0 additions & 1 deletion css/application.sass
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ table
/* ************ UTILS ************ */

.pill
background-color: $accent-color-4
color: $page-background-color
+border-radius(15px)
box-shadow: 0 0 5px rgba(0,0,0,.2)
Expand Down

0 comments on commit d980b80

Please sign in to comment.