diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 3383e3fd..788f27f5 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -918,49 +918,88 @@ videogular div.event-time { } .grid-sizer { - width: 10%; + width: 5%; } .grid-item { width: 20%; } +.grid-item-5 { + width: 5%; +} .grid-item-10 { width: 10%; } +.grid-item-15 { + width: 15%; +} + + .grid-item-20 { width: 20%; } +.grid-item-25 { + width: 25%; +} + .grid-item-30 { width: 30%; } +.grid-item-35 { + width: 35%; +} + .grid-item-40 { width: 40%; } +.grid-item-45 { + width: 45%; +} + .grid-item-50 { width: 50%; } +.grid-item-55 { + width: 55%; +} + .grid-item-60 { width: 60%; } +.grid-item-65 { + width: 65%; +} + .grid-item-70 { width: 70%; } +.grid-item-75 { + width: 75%; +} .grid-item-80 { width: 80%; } +.grid-item-85 { + width: 85%; +} + .grid-item-90 { width: 90%; } +.grid-item-95 { + width: 95%; +} + .grid-item-100 { width: 100%; } |
