aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-18 17:40:48 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-18 17:40:48 -0700
commitad17b0603bfcbb6be54fd4941b6a7ca4195947fc (patch)
tree7998e10b47a1d1f545c4ea73eb52c9443fbf321f /ext/fg
parent15313de18c54d2d600d838d51bac06678974679f (diff)
scrolling
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/frame.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html
index d915281c..c593db8d 100644
--- a/ext/fg/frame.html
+++ b/ext/fg/frame.html
@@ -8,7 +8,8 @@
<link rel="stylesheet" href="/mixed/css/frame.css">
<style type="text/css">
.entry {
- padding: 10px;
+ padding-left: 10px;
+ padding-right: 10px;
}
</style>
</head>