Realized inconsistant formatting in files
This commit is contained in:
parent
36934077c8
commit
e7cba75d0c
2 changed files with 1 additions and 5 deletions
|
@ -7,9 +7,6 @@
|
||||||
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
#fholder {
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
.probfile {
|
.probfile {
|
||||||
display:inline;
|
display:inline;
|
||||||
color:#62AC5B;
|
color:#62AC5B;
|
||||||
|
|
|
@ -21,8 +21,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer" id="fholder">
|
<div class="panel-footer">
|
||||||
<h4 class="flabel">Files</h4>
|
|
||||||
<a href="/files/example.txt" class="filelink" target="_blank">
|
<a href="/files/example.txt" class="filelink" target="_blank">
|
||||||
<h4 class="probfile">Example.txt</h4>
|
<h4 class="probfile">Example.txt</h4>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue