summaryrefslogtreecommitdiffstats
path: root/theme/dive_export.html
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-06-26 01:10:17 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-30 07:56:43 -0700
commitac46158d653f970db3efb9c772367b81094c24db (patch)
treeaf6446d70de3836101b3340e1baaf7d85b4cd8e9 /theme/dive_export.html
parentf139eff59005eee151d1d209044b6e28d357d6a1 (diff)
downloadsubsurface-ac46158d653f970db3efb9c772367b81094c24db.tar.gz
HTML: some css enhancment
Detailed dive view needs more padding just to view normally. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/dive_export.html')
-rw-r--r--theme/dive_export.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html
index e1b3189b5..b6b771ddc 100644
--- a/theme/dive_export.html
+++ b/theme/dive_export.html
@@ -164,20 +164,20 @@ function changeAdvSearch(e){
</div>
</center>
<div id="diveprofile">
- <h2>Dive profile</h2>
+ <h2 class="det_hed">Dive profile</h2>
<canvas id="profileCanvas"></canvas>
</div>
<div id="diveinfo">
- <h2>Dive Information</h2>
+ <h2 class="det_hed">Dive Information</h2>
</div>
<div id="dive_equipments">
- <h2>Dive equipments</h2>
+ <h2 class="det_hed">Dive equipments</h2>
</div>
<div id="bookmarks">
- <h2>Bookmarks</h2>
+ <h2 class="det_hed">Bookmarks</h2>
</div>
<div id="divestats">
- <h2>Dive stats</h2>
+ <h2 class="det_hed">Dive stats</h2>
</div>
</div>
</body>