Commit 50b500292b2727ae8529864259b6e3f8f8f5e12e
1 parent
6a9f1f41eb
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
css/custom.css
... | ... | @@ -1383,10 +1383,10 @@ table { |
1383 | 1383 | background:transparent; |
1384 | 1384 | } |
1385 | 1385 | .logojalsa{ |
1386 | - width:250px;position:relative;margin-bottom: 75px; | |
1386 | + width:250px;position:relative;margin-bottom: 65px; | |
1387 | 1387 | } |
1388 | 1388 | .jalsaheadr{ |
1389 | - position: relative;font-size: 40px;margin-left: 1%;color: rgb(25, 104, 157); | |
1389 | + position: relative;font-size: 33px;margin-left: 1%;color: rgb(25, 104, 157); | |
1390 | 1390 | } |
1391 | 1391 | .PitchYourPower{ |
1392 | 1392 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; | ... | ... |
pages/caricatures.html
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | </label> |
98 | 98 | <div class="clearfix"></div> |
99 | 99 | <div class="card-text2"> |
100 | - <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('')" >Highlight</button> | |
100 | + <!-- <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('')" >Highlight</button> --> | |
101 | 101 | <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kolkata')" >Select</button> |
102 | 102 | </div> |
103 | 103 | </div> |
... | ... | @@ -177,7 +177,7 @@ |
177 | 177 | </label> |
178 | 178 | <div class="clearfix"></div> |
179 | 179 | <div class="card-text2"> |
180 | - <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('')" >Highlight</button> | |
180 | + <!-- <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('')" >Highlight</button> --> | |
181 | 181 | <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kanpur')" >Select</button> |
182 | 182 | </div> |
183 | 183 | </div> | ... | ... |