Skip to content

Commit

Permalink
change view font
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuzi committed May 5, 2011
1 parent 916a5fa commit b87000d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/stylesheets/list_directory.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@charset 'UTF-8';

body
{
background-color:#e0e0e0;
font-size: 15px;
padding: 0;
margin: 0;
font-family:'Helvetica Neue',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}

a { text-decoration: none; }
Expand All @@ -12,6 +15,8 @@ a:visited { color: #5e46cf }
a:hover { color: #70e0e2; text-decoration: underline; }
a:active { color: #5e1541 }

img { border: 0; }

#container
{
background-color:#e0e0e0;
Expand Down

0 comments on commit b87000d

Please sign in to comment.