Commit d2525294 authored by Leo Iannacone's avatar Leo Iannacone

do not use breadcrumb div class

parent c5e4ff55
...@@ -166,9 +166,11 @@ footer .info { ...@@ -166,9 +166,11 @@ footer .info {
#file .datestamp { #file .datestamp {
display: inline-block; display: inline-block;
margin-top: -3px; background: #f4f4f4;
margin-bottom: 0px; padding: 4px 10px;
color: inherit; margin-bottom: 10px;
border-radius: 4px;
font-size: 75%;
} }
#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="breadcrumb small datestamp"></span></h5> <div class="datestamp"></div>
<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