File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Napr. seznamy ubytovatelu, pobytu, last-minute atd.
4
4
5
- Obrazky, nadpisy
6
-
7
5
*/
8
6
9
- // Vzorove HTML
10
- // ---------------
11
-
12
- // <div class="list_item">
13
-
14
- // <p class="image">
15
- // <a href="/ubytovani/hotel-garni-harmonia/">
16
- // <img src="http://www.ck-rekrea.cz/katalogy-data/images/mista/735/Hotel Garni Harmonia0_s.jpg" data-src="http://www.ck-rekrea.cz/katalogy-data/images/mista/735/Hotel Garni Harmonia0_s.jpg" alt="HOTEL GARNI HARMONIA foto" class="unveil" width="286" height="215" style="opacity: 1;">
17
- // <noscript>
18
- // <img src="http://www.ck-rekrea.cz/katalogy-data/images/mista/735/Hotel Garni Harmonia0_s.jpg" alt="HOTEL GARNI HARMONIA foto" width="286" height="215" />
19
- // </noscript>
20
- // </a>
21
- // </p><!-- .image -->
22
-
23
- // <div class="list_item_content">
24
- // <div class="text_content">
25
- // <h2>
26
- // <a href="/ubytovani/hotel-garni-harmonia/">HOTEL GARNI HARMONIA</a>
27
- // </h2>
28
- // <p class="place">
29
- // <em>
30
- // Ubytování Patince
31
- // </em>
32
- // </p>
33
- // <p class="perex">
34
- // Hotel Harmonia je moderní a nový hotel, zaměřený na relax a odpočinek.
35
- // </p>
36
- // <div class="disappearer"></div>
37
- // </div><!-- .text_content -->
38
- // <p class="price price--big">
39
- // <strong>1 noc od</strong>941 Kč
40
- // </p>
41
- // </div><!-- .list_item_content -->
42
-
43
- // <div class="clear_zero"> </div>
44
- // </div>
45
-
46
7
47
8
.list_item {
48
9
position : relative ;
49
10
padding : 9px 0 ;
50
11
border-bottom : 1px solid #ddd ;
51
- color : #666 ;
12
+ color : #66 ; font-style : italic ;
52
13
53
14
box-sizing : border-box ;
54
15
You can’t perform that action at this time.
0 commit comments