mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix appearance of short link (and make it smaller)
This commit is contained in:
parent
bb58a4b86a
commit
cad9386f74
2 changed files with 5 additions and 3 deletions
|
@ -337,6 +337,9 @@ body.articles #content nav
|
||||||
h2
|
h2
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
|
||||||
|
.short
|
||||||
|
font-size: smaller
|
||||||
|
|
||||||
#content
|
#content
|
||||||
.published
|
.published
|
||||||
font-family: $ans-serif
|
font-family: $ans-serif
|
||||||
|
@ -584,9 +587,8 @@ body.weather
|
||||||
margin: 0 0 1em 1em
|
margin: 0 0 1em 1em
|
||||||
|
|
||||||
#respond
|
#respond
|
||||||
li.short
|
.short
|
||||||
margin: 0.5em 0 0 0
|
margin: 0.5em 0 0 0
|
||||||
float: none
|
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
footer
|
footer
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<small>Short URL: <a href="<%= short %>"><%= short %></a></small>
|
<span class="short">Short URL: <a href="<%= short %>"><%= short %></a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue