Skip to content

Commit 45cec50

Browse files
CSS fix for page paragraphs
1 parent f81acb4 commit 45cec50

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 216
2+
# version 217
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ header > div {
159159
padding: 0 5px;;
160160
float: left;
161161
height: 40px;
162+
width: 35px;
162163
border-right: 1px solid #33b5e5;
163164
cursor: pointer;
164165
color: #fff;
@@ -313,7 +314,8 @@ header > div {
313314
z-index: 4;
314315
background: #fff;
315316
}
316-
#aboutbox span {
317+
318+
.flatpage p {
317319
display: block;
318320
text-align: justify;
319321
margin-bottom: 15px;

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,33 +59,32 @@ <h2>Embed tracker
5959
</svg>
6060
</h2>
6161
<hr>
62-
<span>
62+
<p>
6363
It's possible to embed the mobile tracker on any page. If you are developing a HAB project, you can add the tracker
6464
to your website. You can customize the tracker to fit. There are options to limit, the visible vehicles to
6565
a specific callsign. Or two, or three. There are options to play with. It's easy. Just visit the page bellow and check it out.
66-
</span>
67-
<br/><br/>
68-
<span>
66+
</p>
67+
<p>
6968
<a href="embed-preview.html">Customize tracker for embedding</a>
70-
</span>
69+
</p>
7170
</div>
7271
</div>
7372
<div id="aboutbox" style="display: none" class="flatpage">
7473
<div class="slimContainer">
7574
<h2><i class="icon-question rfloat"></i>About</h2>
7675
<hr>
77-
<span>
76+
<p>
7877
This is the Habitat Mobile Tracker app. It sits on spacenear.us API, which gives us the latest from Habitat.
7978
You can run the app on almost any device, all you need is a modern browser. Try it on a phone, table, or PC.
8079
There are a few differences. Specifically, on mobile devices the app will provice access to 'chase car'
8180
functionallity. This especially useful when you are hunting for your freshly landed HAB.
82-
</span>
81+
</p>
8382
<h2>Contribute</h2>
8483
<hr>
85-
<span>
84+
<p>
8685
If you find any bugs or have a suggestion just find us on <u>#highaltitude</u> at <u>irc.freenode.org</u>.
8786
Or on <a href="https://github.com/rossengeorgiev/habitat-mobile-tracker">github/habitat-mobile-tracker</a>
88-
</span>
87+
</p>
8988
</div>
9089
</div>
9190
<div id="settingsbox" style="display: none" class="flatpage">

0 commit comments

Comments
 (0)