update terminal window with border

This commit is contained in:
JT 2014-07-25 11:21:29 -07:00
parent cc6e7f12e8
commit dc83b0247d
3 changed files with 6 additions and 6 deletions

View File

@ -145,7 +145,7 @@
</ul> </ul>
</header> </header>
<div class="terminal-window"> <div class="terminal-window">
<div class="terminal"> <div class="">
<div class="display"> <div class="display">
<p class="command"><span class="txt-r">admin@hashicorp</span>: dig web-frontend.service.terraform. ANY</p> <p class="command"><span class="txt-r">admin@hashicorp</span>: dig web-frontend.service.terraform. ANY</p>
<p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; web-frontend.service.terraform. ANY</p> <p>; &lt;&lt;&gt;&gt; DiG 9.8.3-P1 &lt;&lt;&gt;&gt; web-frontend.service.terraform. ANY</p>
@ -187,7 +187,7 @@
</ul> </ul>
</header> </header>
<div class="terminal-window"> <div class="terminal-window">
<div class="terminal"> <div class="">
<div class="display"> <div class="display">
<p class="command"><span class="txt-r">admin@hashicorp</span>: curl -X PUT -d 'bar' http://localhost:8500/v1/kv/foo</p> <p class="command"><span class="txt-r">admin@hashicorp</span>: curl -X PUT -d 'bar' http://localhost:8500/v1/kv/foo</p>
<p>true</p> <p>true</p>

View File

@ -298,13 +298,14 @@
} }
.terminal{ .terminal{
border-radius: 4px; border: 2px solid #1e1e1e;
//border-radius: 4px;
header{ header{
position: relative; position: relative;
text-align: center; text-align: center;
padding: 3px; padding: 3px;
background-color: #1e1e1e; //background-color: #1e1e1e;
border-bottom: 2px solid #1e1e1e; border-bottom: 2px solid #1e1e1e;
h4{ h4{

View File

@ -975,13 +975,12 @@ body.page-home #footer {
font-size: 16px; font-size: 16px;
} }
#demos .terminals .terminal-item .terminal { #demos .terminals .terminal-item .terminal {
border-radius: 4px; border: 2px solid #1e1e1e;
} }
#demos .terminals .terminal-item .terminal header { #demos .terminals .terminal-item .terminal header {
position: relative; position: relative;
text-align: center; text-align: center;
padding: 3px; padding: 3px;
background-color: #1e1e1e;
border-bottom: 2px solid #1e1e1e; border-bottom: 2px solid #1e1e1e;
} }
#demos .terminals .terminal-item .terminal header h4 { #demos .terminals .terminal-item .terminal header h4 {