diff options
Diffstat (limited to 'theme/dive_export.html')
-rw-r--r-- | theme/dive_export.html | 10 |
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> |