Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Commit

Permalink
Rearrange and tighten humidity/pressure/etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwsmith committed Nov 26, 2015
1 parent 7cdc3b4 commit 912a4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion inc/css/responsive-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ div#currentwx #temp.hot

ul#others {
list-style: none;
margin: 0;
margin: 0 auto;
padding: 0;
max-width: 350px;
}

#others li {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
<div id="sky"><?php echo $sky;?></div>
<ul id="others">
<li><span class="title">Wind</span> <?php echo $wind?></li>
<li><span class="title">Pressure</span> <?php echo $pressure;?></li>
<li><span class="title">Dewpoint</span> <?php echo $dewpoint;?></li>
<li><span class="title">Humidity</span> <?php echo $rh;?></li>
<li><span class="title">Pressure</span> <?php echo $pressure;?></li>
</ul>
<div class="updated-time">last updated <?php echo date('M j, Y g:ia',$ob['observation_epoch']); ?></div>
<?php } else { ?>
Expand Down

0 comments on commit 912a4de

Please sign in to comment.