diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-08-02 18:05:56 +0200 |
---|---|---|
committer | Jerome Pasion <jerome.pasion@digia.com> | 2013-08-05 11:39:23 +0200 |
commit | 38444650536d3578bc71cad628437210e65f354d (patch) | |
tree | f764853593f9b6b04978ec96a27577ca5ea85ef8 | |
parent | b6cf326548500730924ae14200ef3793da19141b (diff) |
snapshot: Setting explicit height for the links to 14px.
The generated size is around 19px which is too big.
Change-Id: I95ca9ca7faee10752089363aa8c33d75d1750a1a
Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r-- | doc-snapshot/style/online.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-snapshot/style/online.css b/doc-snapshot/style/online.css index 905c520..4447b8b 100644 --- a/doc-snapshot/style/online.css +++ b/doc-snapshot/style/online.css @@ -215,6 +215,7 @@ a { } .wrap{ padding-left: 30px; + font-size: 14px; } h2{ |