Skip to content

Commit

Permalink
Make boxes on main page sligthly higher.
Browse files Browse the repository at this point in the history
Without that change, documentation box is too higher and text overflows
the box when font is rather wide, like DejaVu Sans, used on many open-
source systems that aren't Android.
  • Loading branch information
GlitchMr committed Oct 20, 2012
1 parent 3d5f4ca commit ba3555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/style.css
Expand Up @@ -94,7 +94,7 @@ div a:hover, #header a:hover {

.box {
width: 15em;
height: 9em;
height: 10em;
margin: 0.5em;
padding: 0 1em 1em 1em;
float: left;
Expand Down

0 comments on commit ba3555f

Please sign in to comment.