Skip to content

Commit

Permalink
Merge pull request #24 from rtorr/styling-update
Browse files Browse the repository at this point in the history
Styling update
  • Loading branch information
rtorr committed Jul 11, 2014
2 parents fb5606c + 22aa5b1 commit d67f472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2><%= tabs.title %></h2>
<div id="languages" class="row">
<div class="col-xs-12">
<h2>Languages</h2>
<div class="col-lg-10 col-md-10">
<div class="col-xs-12">
<ul>
<li><a href="http://vim.rtorr.com/">en_us</a></li>
<li><a href="http://vim.rtorr.com/lang/ja">ja</a></li>
Expand Down
3 changes: 2 additions & 1 deletion app/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

body {
background: #f8f8f8;
color: #000;
font-family: Georgia, serif;
font-size: 16px;
Expand All @@ -24,7 +23,9 @@ ul {
}

li {
border-bottom: 1px dashed #e0e0e0;
list-style-type: none;
padding: 5px 0;
}

kbd {
Expand Down

0 comments on commit d67f472

Please sign in to comment.