Mobile nav now gives visual hint of where you are + added images to mobile pages

This commit is contained in:
Guigui 2011-05-23 17:58:02 +02:00
Родитель d2602465ab
Коммит c4adfd3825
6 изменённых файлов: 14 добавлений и 6 удалений

Просмотреть файл

@ -32,7 +32,7 @@
font-family:'LG', 'Arial Narrow', sans-serif;
}
#around .title {
#wrapper #around .title {
text-transform:uppercase;
color:#ede0ab;
font-size:1.2em;

Просмотреть файл

@ -60,7 +60,7 @@ html, body {
margin-left:0;
}
.page-nav ul li.active {
#sharing .page-nav ul li:first-child, #around .page-nav ul li:nth-child(2), #hall .page-nav ul li:nth-child(3) {
background:#1b1b1b;
border-bottom:1px solid #909090;
border-top:1px solid transparent;

Просмотреть файл

@ -32,7 +32,7 @@
font-family:'LG', 'Arial Narrow', sans-serif;
}
#hall .title {
#wrapper #hall .title {
text-transform:uppercase;
color:#ede0ab;
font-size:1.2em;
@ -95,7 +95,7 @@
#hall .block-2 canvas {
display:block;
margin:20px auto;
background:#444;
background:url('../../img/mobile/spritesheet.png') no-repeat -150px -250px;
}
#hall .block-2 .breakdown {

Просмотреть файл

@ -93,4 +93,12 @@ a.button em {
font-style:normal;
text-transform:uppercase;
display:block;
}
#home footer a.button {
display:none;
}
#home a.button {
margin-bottom:50px;
}

Просмотреть файл

@ -24,7 +24,7 @@
font-family:'LG', 'Arial Narrow', sans-serif;
}
#sharing .title {
#wrapper .title {
text-transform:uppercase;
color:#ede0ab;
font-size:1.2em;
@ -85,7 +85,7 @@
margin:20px auto 0;
height:150px;
width:150px;
background:#000;
background:url('../../img/mobile/spritesheet.png') no-repeat 0 -250px;
}
#sharing .block-2 .breakdown {

Двоичные данные
media/img/mobile/spritesheet.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 12 KiB

После

Ширина:  |  Высота:  |  Размер: 14 KiB