diff options
| author | Yuval Adam <_@yuv.al> | 2019-11-02 23:08:11 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-11-02 23:08:11 +0200 |
| commit | bbed70b0f4415ef337de391e21805a0d3ecab635 (patch) | |
| tree | 8ab1d0ee3694bde6b5858741fa8d1a0da8ed5e1f /src/Geshem.css | |
| parent | 53611b9fff09992e73755112492f699ae19a8805 (diff) | |
Add hebrew and english placeholder copy
Diffstat (limited to 'src/Geshem.css')
| -rw-r--r-- | src/Geshem.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Geshem.css b/src/Geshem.css index 0a719d7..87b22cf 100644 --- a/src/Geshem.css +++ b/src/Geshem.css @@ -31,6 +31,17 @@ background: #777; } +#info-eng { + width: 50%; + float: left; +} + +#info-heb { + width: 50%; + direction: rtl; + float: right; +} + #date { font-size: 1.4em; } |
