Skip to content

Commit

Permalink
Doc CSS: Edited CSS line-height of paragraphs and landing page.
Browse files Browse the repository at this point in the history
-value copied from qt-project.org
-more room between lines of text and the list at the landing page.

Change-Id: Iee995325ded0c803feca44d112c5e73a024917bb
Reviewed-by: hjk <[email protected]>
  • Loading branch information
jeromepasion authored and The Qt Project committed Dec 11, 2012
1 parent d4d2e4b commit 5291103
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/global/template/style/offline.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ margin-left:5px;
margin-right:5px;
}

p {
line-height: 20px;
}
img{
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
Expand Down Expand Up @@ -587,7 +590,7 @@ margin-bottom: 20px;

.indexboxcont .sectionlist ul li
{
line-height: 12px;
line-height: 1.5;
}

.content .indexboxcont li
Expand Down
5 changes: 4 additions & 1 deletion doc/global/template/style/online.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ margin-right:5px;
background: none repeat scroll 0% 0% rgb(230,231,232);
}

p {
line-height: 20px;
}
img{
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
Expand Down Expand Up @@ -701,7 +704,7 @@ margin-bottom: 20px;

.indexboxcont .sectionlist ul li
{
line-height: 12px;
line-height: 1.5;
}

.content .indexboxcont li
Expand Down

0 comments on commit 5291103

Please sign in to comment.