Skip to content

Commit b2eef51

Browse files
committed
List Item: odstraneni zbytecneho kodu
1 parent d9a2d3c commit b2eef51

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

less/modules/list_item.less

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,14 @@
22
33
Napr. seznamy ubytovatelu, pobytu, last-minute atd.
44
5-
Obrazky, nadpisy
6-
75
*/
86

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">&nbsp;</div>
44-
// </div>
45-
467

478
.list_item {
489
position: relative;
4910
padding: 9px 0;
5011
border-bottom: 1px solid #ddd;
51-
color: #666;
12+
color: #66; font-style: italic;
5213

5314
box-sizing: border-box;
5415

0 commit comments

Comments
 (0)