git ssb

30+

cel / git-ssb-web



Commit 4c0e6e2ce29097ddc5e2c94975a3528fc052cfc7

Merge branch 'wordwrap'

cel committed on 11/7/2016, 12:28:40 AM
Parent: 678089ff8a87ac0f2acba9ab01af3f0228c42d72
Parent: 67ea63236447ada30af37a7d1161629b01c525d8

Files changed

static/styles.csschanged
static/styles.cssView
@@ -5,8 +5,12 @@
55 background: #fff;
66 font-family: 'Source Sans Pro', sans-serif;
77 }
88
9 +* {
10 + word-break: break-word;
11 +}
12 +
913 article, header {
1014 width: 100%;
1115 margin-left: auto;
1216 margin-right: auto;

Built with git-ssb-web