Skip to content

Commit

Permalink
[Book] Fixed: index.html full square area is now tappable
Browse files Browse the repository at this point in the history
  • Loading branch information
folletto committed Oct 10, 2011
1 parent 93fe8b4 commit 1b0f21f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion book/css/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Baker Ebook Framework - Basic Book
* last update: 2011-09-05
* last update: 2011-10-10
*
* Copyright (C) 2011 by Davide S. Casali <folletto AT gmail DOT com>
*
Expand Down Expand Up @@ -89,6 +89,9 @@ h1, h2, h3, h4, h5, h6 {
font-weight: normal;
text-align: center;
text-decoration: none;
display: block;
width: 150px;
height: 150px;
}

#index .navigation li a h7 {
Expand Down

0 comments on commit 1b0f21f

Please sign in to comment.