File tree Expand file tree Collapse file tree 4 files changed +64
-3
lines changed
Expand file tree Collapse file tree 4 files changed +64
-3
lines changed Original file line number Diff line number Diff line change 88
99a {
1010 color : # 00B7FF ;
11- }
11+ }
12+
13+ .im {
14+ height : 150px ;
15+ width : 100% ;
16+ border : solid 1px white;
17+ -o-object-fit : fill;
18+ -o-object-position : top center;
19+ object-fit : fill;
20+ object-position : top center;
21+ }
22+
23+ .im : hover
24+ {
25+ opacity : 0.5 ;
26+ filter : alpha (opacity=100); /* For IE8 and earlier */
27+ }
28+
29+ .atext {
30+ height : 40px ;
31+ overflow : hidden;
32+ text-overflow : ellipsis;
33+ }
34+
35+ .tut-sub-by-wrap {
36+ padding-top : 4px ;
37+ border-top : 1px solid # E2E2E2 ;
38+ margin-top : 4px ;
39+ height : 14px ;
40+ line-height : 14px ;
41+ overflow : hidden;
42+ text-overflow : ellipsis;
43+ }
Original file line number Diff line number Diff line change 1+ li.span3
2+ div.thumbnail
3+ img.im ( src ="http://devtacular.com/images/article_icon_javascript.png" )
4+ div.atext
5+ a sample heading
6+ div.tut-sub-by-wrap
7+ span By
8+ a James Dam
9+ div.tut-sub-by-wrap
10+ span.label ( href ="/a" ) tag
11+ a.label ( href ="/a" ) tag
12+ a.label ( href ="/a" ) tag
13+ a.label ( href ="/a" ) tag
14+ dib.tut-sub-by-wrap
15+ span
16+ i.icon-thumbs-up
17+ b 1000
18+ span
19+ i.icon-eye-open
20+ b 1000
Original file line number Diff line number Diff line change @@ -2,4 +2,13 @@ extends layout
22
33block content
44 h1= title
5- p Welcome to #{title}
5+ p Welcome to #{title}
6+ div.row-fluid
7+ ul.thumbnails
8+ - for (var i = 0 ; i < 4 ; ++ i) {
9+ include bit/tut_card
10+ - }
11+ ul.thumbnails
12+ - for (var i = 0 ; i < 4 ; ++ i) {
13+ include bit/tut_card
14+ - }
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ doctype 5
22html
33 head
44 title= title
5- link( rel ='stylesheet' , href ='/stylesheets/style.css' )
65 link( rel ='stylesheet' , href ='/stylesheets/bootstrap.min.css' )
6+ link( rel ='stylesheet' , href ='/stylesheets/style.css' )
77 body
88 include bit/topbar
99 div.container
You can’t perform that action at this time.
0 commit comments