mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-11 06:30:30 +01:00
fix(about): fixed user manual css
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.manual-line-height {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.black-list {
|
||||
.black-item {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
ui-sref-active="active">{{'ABOUT.MENU_ABOUT_MANUAL_REQUEST_RULES' | translate}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-8 col-md-9 padding-bottom-30">
|
||||
<div class="col-sm-8 col-md-9 padding-bottom-30 manual-line-height">
|
||||
<div ui-view></div>
|
||||
<div ng-init="vm.getTemplateFileContent('/modules/about/client/templates/rules-footer-'+vm.lang+'.md')">
|
||||
<span class="templates-footer" ng-bind-html="vm.getTemplateMarkedContent()"></span>
|
||||
|
||||
Reference in New Issue
Block a user