git ssb

30+

cel / git-ssb-web



Commit 80e51e5c415be31bca8d221fdbd0b6d80142b235

Make raw data link inline-block

Fixes layout on Dillo
Charles Lehner committed on 3/23/2016, 12:03:49 AM
Parent: b4623bcee533ee51b09eea342b0eb79805dfbfbf

Files changed

static/styles.csschanged
static/styles.cssView
@@ -120,8 +120,9 @@
120120
121121 .raw-link {
122122 float: right;
123123 margin-top: .25em;
124+ display: inline-block;
124125 }
125126
126127 /* files list */
127128

Built with git-ssb-web