Skip to content

Commit

Permalink
updating language titles
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Aug 5, 2014
1 parent d9d1924 commit f38cd8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ kbd {
width: 100%;
}

.box .grid-block {
padding: 0
}

.box-header {
background-image: -o-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
background-image: -moz-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
Expand All @@ -178,10 +182,11 @@ kbd {
.box-body {
border: 1px solid #fff;
font-size: 14px;
padding: 0px 10px;
display: block;
clear: both;
overflow: hidden;
padding: 0 10px;
padding-bottom: 20px;
}

.box-body li {
Expand Down

0 comments on commit f38cd8d

Please sign in to comment.