usage.html doesn't need such specific styles.

usage.html has a lot of style to it, lets just keep it simple and
inherit from Bootstrap.  Also, list-inline is already a style that
we can take advantage of.

Change-Id: I3509596d6adb7dc5e4f8684c73f60a52bf532bcf
Partially-Implements: blueprint horizon-theme-css-reorg
Partially-Implements: blueprint bootstrap-html-standards
This commit is contained in:
Diana Whitten 2015-11-17 15:03:20 -07:00
parent 053b5f30d7
commit 4ce1cfddba
2 changed files with 2 additions and 24 deletions

View File

@ -5,8 +5,8 @@
{% block main %}
{% if monitoring %}
<div id="monitoring">
<h3>{% trans "Monitoring:" %} </h3>
<ul id="external_links">
<div class="h4">{% trans "Monitoring:" %} </div>
<ul class="list-inline" id="external_links">
{% for link in monitoring %}
<li><a target="_blank" href="{{ link.1 }}">{{ link.0 }}</a></li>
{% endfor %}

View File

@ -241,28 +241,6 @@ a.current_item:hover h4 {
font-size: 24px;
}
#monitoring {
background: $body-bg;
font-size: 14px;
height: 20px;
margin: -18px 0 25px;
padding: 10px;
border: 1px solid $border-color;
}
#monitoring h3 {
font-size: 14px;
font-weight: normal;
float: left;
line-height: 18px;
}
#external_links, #external_links li {
float: left;
}
#external_links li { margin: 0 0 0 15px; }
/* Forms */
.datepicker {