File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ <h1>Welcome To AngularJS</h1>
2
2
3
3
< p > The page you were looking for is not here. Perhaps you were looking for something else...</ p >
4
4
5
- < div class =" search-results-frame " ng-controller ="Error404SearchCtrl ">
5
+ < div ng-controller ="Error404SearchCtrl ">
6
6
7
- < div ng-repeat ="(key, value) in results " ng-show ="value.length ">
8
- < h4 > {{ key }}</ h4 >
9
- < ul class ="search-results ">
10
- < li ng-repeat ="item in value "> < a ng-href ="{{ item.path }} "> {{ item.name }}</ a > </ li >
11
- </ ul >
12
- </ div >
7
+ < dl ng-repeat ="(key, value) in results " ng-show ="value.length " style ="float: left; margin-right:20px ">
8
+ < dt > {{ key }}</ dt >
9
+ < dd ng-repeat ="item in value "> < a ng-href ="{{ item.path }} "> {{ item.name }}</ a > </ dd >
10
+ </ dl >
13
11
</ div >
You can’t perform that action at this time.
0 commit comments