Commit c5e4ff55 authored by Leo Iannacone's avatar Leo Iannacone

datestamp same color of breadcrumb

parent 3009f785
...@@ -165,10 +165,10 @@ footer .info { ...@@ -165,10 +165,10 @@ footer .info {
} }
#file .datestamp { #file .datestamp {
padding-top: 3px;
margin-top: 2px;
display: inline-block; display: inline-block;
font-weight: normal; margin-top: -3px;
margin-bottom: 0px;
color: inherit;
} }
#file pre.preview { #file pre.preview {
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</header> </header>
<div id="welcome"></div> <div id="welcome"></div>
<div id="file"> <div id="file">
<h5><span class="label label-default datestamp"></span></h5> <h5><span class="breadcrumb small datestamp"></span></h5>
<pre></pre> <pre></pre>
<div id="fileOffset"></div> <div id="fileOffset"></div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment