diff options
Diffstat (limited to 'static/app.css')
| -rw-r--r-- | static/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index 2ed671f..4e26607 100644 --- a/static/app.css +++ b/static/app.css @@ -22,6 +22,10 @@ pre { word-wrap: inherit; } +.w100 { + width: 100%; +} + .rss { margin-left: 1.5em; } |
