Skip to content

Commit

Permalink
Improved some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaul123 committed Jan 13, 2010
1 parent 6ae096a commit 4fb3aa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
18 changes: 12 additions & 6 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body {
font-family : Bitstream Vera,Vera,Verdana,Arial;
cursor : none;
color : white;
text-shadow : 1px 1px 1px black;
}

ul {
Expand Down Expand Up @@ -98,7 +99,7 @@ img {
}

#quotes li {
font-size : 11px;
font-size : 11.5px;
}

/* to combine with #bar .holder */
Expand Down Expand Up @@ -191,17 +192,22 @@ img {
cursor : auto;
}

#about img {
width : 260px;
height : 200px;
margin-top : 10px;
margin-bottom : 10px;
}

#about .title {
font-size : 24px;
width : 100%;
text-align : center;
margin-bottom : 10px;
}

#about img {
width : 260px;
height : 200px;
margin-top : 10px;
#about .link {
width : 100%;
text-align : center;
margin-bottom : 10px;
}

Expand Down
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
<a href="http://github.com/janpaul123/photoframed" target="_blank">
<img src="img/logo.png?<?php echo $version;?>"/>
<div class="title">Photoframed</div>
github.com/janpaul123/photoframed
<div class="link">github.com/janpaul123/photoframed</div>
</a>
<br/>
press <strong>h</strong> for keyboard commands
</div>
<div id="help">
Expand Down

0 comments on commit 4fb3aa8

Please sign in to comment.