diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:13:47 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:13:47 -0600 |
| commit | f7858001fd285d32f67f02313319d0485c6e8466 (patch) | |
| tree | 5d3ca7e8ce7dd4539f83571b7f068c5d84c0c756 | |
| parent | c84192bc43906913d8861b9b7807976b19e544fb (diff) | |
| parent | b1775dd32d1e0113eba81cfdb9a5626295eebc4e (diff) | |
Merge branch 'android' of github.com:okfocus/stone-island into android
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 18 | ||||
| -rwxr-xr-x | StoneIsland/www/index.html | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index f76fb744..15b7f004 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -174,6 +174,24 @@ padding-bottom:0px; z-index: 2 } +#intro .alert { + box-sizing: border-box; + width: calc(100vw); + text-align: center; + font-size: 14pt; + font-weight: bold; + line-height: 0; + text-transform: uppercase; + color: #3E6616; + position: absolute; + height: 0; + left: 0; + top: auto; + bottom: calc(25vh - 58px); + margin: auto 0; + padding: 0; +} + /* HEADER AND FOOTER ON MOST PAGES */ diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 8393eda1..be520d2c 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -101,7 +101,7 @@ <div class="hub">HUB</div> <div class="story">STORY</div> <div class="archive">ARCHIVE</div> - <span + <div class="alert"></div> <span class="latlng">+40° 58' 90" -74° 04' 46"</span> </div> |
