mirror of https://github.com/docker/docs.git
Added styles to text.
This commit is contained in:
parent
a8accd5e05
commit
003b4d02c7
|
@ -192,6 +192,7 @@ var ContainerDetails = React.createClass({
|
|||
</div>
|
||||
{progress}
|
||||
<div className="details-logs">
|
||||
<h4>Container Logs</h4>
|
||||
<div className="logs">
|
||||
{logs}
|
||||
</div>
|
||||
|
|
|
@ -43,7 +43,7 @@ var Containers = React.createClass({
|
|||
<div className="containers-body">
|
||||
<div className="sidebar">
|
||||
<section className={sidebarHeaderClass}>
|
||||
<h3>My Containers</h3>
|
||||
<h4>My Containers</h4>
|
||||
<div className="create">
|
||||
<ModalTrigger modal={<ContainerModal/>}>
|
||||
<div className="wrapper">
|
||||
|
|
|
@ -30,11 +30,8 @@
|
|||
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.03);
|
||||
}
|
||||
|
||||
h3 {
|
||||
h4 {
|
||||
align-self: flex-start;
|
||||
color: @gray-normal;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
padding: 0 24px;
|
||||
margin: 10px 0 0;
|
||||
display: inline-block;
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
@import "bootstrap/mixins.less";
|
||||
|
||||
|
||||
h4 {
|
||||
font-size: 13px;
|
||||
color: @gray-normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
//
|
||||
// Buttons
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue