更正菜单编辑窗口名称、移除图标页面多余内容
This commit is contained in:
parent
d405ea2542
commit
db535b6e31
|
@ -38,7 +38,7 @@
|
|||
@section modal {
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title" id="myModalLabel">用户编辑窗口</h4>
|
||||
<h4 class="modal-title" id="myModalLabel">菜单编辑窗口</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form class="form-inline" id="dataForm" name="dataForm" role="form">
|
||||
|
|
|
@ -1139,21 +1139,8 @@
|
|||
<section id="spinner">
|
||||
<h2 class="page-header">微调控制项图标</h2>
|
||||
|
||||
<div class="alert alert-success">
|
||||
<ul class="fa-ul">
|
||||
<li>
|
||||
<i class="fa fa-info-circle fa-lg fa-li" aria-hidden="true"></i>
|
||||
<strong class="sr-only">Note:</strong>
|
||||
These icons work great with the <code>fa-spin</code> class. Check out the
|
||||
<a href="../examples/#animated" class="alert-link">spinning icons example</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="row fontawesome-icon-list">
|
||||
|
||||
|
||||
|
||||
<div class="fa-hover col-md-3 col-sm-4"><a href="../icon/circle-o-notch"><i class="fa fa-circle-o-notch" aria-hidden="true"></i> <span class="sr-only">Example of </span>circle-o-notch</a></div>
|
||||
|
||||
<div class="fa-hover col-md-3 col-sm-4"><a href="../icon/cog"><i class="fa fa-cog" aria-hidden="true"></i> <span class="sr-only">Example of </span>cog</a></div>
|
||||
|
@ -1600,15 +1587,6 @@
|
|||
<section id="brand">
|
||||
<h2 class="page-header">品牌图标</h2>
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<h4><i class="fa fa-warning" aria-hidden"true"=""></i> Warning!</h4>
|
||||
Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social
|
||||
Media Buttons" setting. We will not use hacks to force them to display. Please
|
||||
<a href="https://adblockplus.org/en/bugs" class="alert-link">report an issue with Adblock Plus</a> if you believe this to be
|
||||
an error. To work around this, you'll need to modify the social icon class names.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row fontawesome-icon-list margin-bottom-lg">
|
||||
|
||||
|
||||
|
@ -1967,14 +1945,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="alert alert-success">
|
||||
<ul class="margin-bottom-none padding-left-lg">
|
||||
<li>All brand icons are trademarks of their respective owners.</li>
|
||||
<li>The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.</li>
|
||||
<li>Brand icons should only be used to represent the company or product to which they refer.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="medical">
|
||||
|
|
Loading…
Reference in New Issue