File tree 2 files changed +2
-2
lines changed
app/templates/client/app/main
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>'Allo, 'Allo!</h1>
12
12
< div class ="row ">
13
13
< div class ="col-lg-12 ">
14
14
< h1 class ="page-header "> Features:</ h1 >
15
- < ul class ="nav nav-tabs nav-stacked col-lg -6 " ng-repeat ="thing in awesomeThings ">
15
+ < ul class ="nav nav-tabs nav-stacked col-md-4 col-lg-3 col-xs -6 " ng-repeat ="thing in awesomeThings ">
16
16
< li > < a href ="# " tooltip ="{{thing.info}} "> {{thing.name}}< % if(filters.socketio) { %> < button type ="button " class ="close " ng-click ="deleteThing(thing) "> ×</ button > < % } %> </ a > </ li >
17
17
</ ul >
18
18
</ div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ header#banner.hero-unit
10
10
.row
11
11
.col-lg-12
12
12
h1.page-header Features:
13
- ul.nav.nav-tabs.nav-stacked.col-lg -6 ( ng-repeat ='thing in awesomeThings' )
13
+ ul.nav.nav-tabs.nav-stacked.col-md-4.col-lg-3.col-xs -6 ( ng-repeat ='thing in awesomeThings' )
14
14
li
15
15
a( href ='#' , tooltip ='{{thing.info}}' )
16
16
| {{thing.name}}<% if(filters.socketio) { %>
You can’t perform that action at this time.
0 commit comments