Skip to content

Commit

Permalink
fixed styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed May 23, 2013
1 parent ee36958 commit 36eacda
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
4 changes: 4 additions & 0 deletions config.conf.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
key => 'your_dropbox_api_key',
secret => 'your_dropbox_secret_key'
};
12 changes: 12 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
requires 'Encode';
requires 'Mojo::Base';
requires 'Mojo::Server::PSGI';
requires 'Plack::Builder';
requires 'Plack::Session';
requires 'Text::Markdown';
requires 'WebService::Dropbox';

on test => sub {
requires 'Test::Mojo';
requires 'Test::More';
};
21 changes: 14 additions & 7 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
body {
background-color:#fcfcfc;
}
.navbar-inner .container
{
width:800px;
width: 680px;
margin: 0 auto;
}
#content, #footer
{
color: #111;
color: #000;
margin: 40px auto;
width:800px;
width: 680px;
}
#content
{
margin-top: 70px;
}
#footer {
border-top: 1px solid #eee;
padding-top: 30px;
}
#footer address
{
font-style:italic;
}
p
{
font-size:15px;
line-height:24px;
font-size:15.5px;
line-height:1.7;
margin:10px 0;
}

li
{
font-size:15px;
font-size:15.5px;
line-height:22px;
}

Expand All @@ -46,7 +53,7 @@ pre, blockquote
}
blockquote p
{
font-size:14px;
font-size:15.5px;
}

h1 { font-size:26px; }
Expand Down

0 comments on commit 36eacda

Please sign in to comment.