2
0

Badge + java version.

[ADDED]     Site: Price badge on front phone.
[ADDED]     Site: Mention Java version.
[ADDED]     Site: Sync script.
[IMPROVED]  Screenshots of lock screen.
This commit is contained in:
Maarten Billemont
2012-07-06 10:39:49 +02:00
parent 8b997528c9
commit 29ed22d0b7
5 changed files with 21 additions and 9 deletions

View File

@@ -166,6 +166,7 @@ footer {
font-size: 80%;
}
section {
position: relative;
width: 950px;
margin: 0 auto 2em;
padding: 1em 0 0;
@@ -276,16 +277,22 @@ header .appstore {
font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Liberation Sans", sans-serif;
}
.badge {
position: absolute;
right: 20px;
top: 20px;
}
.footnote {
color: #444;
position: absolute;
width: 100%;
width: inherit;
bottom: 2px;
font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Liberation Sans", sans-serif !important;
text-align: center;
font-size: 14px;
}
.footnote:hover {
.footnote a:hover {
color: #666;
}
*>.nothover {