diff options
Diffstat (limited to 'static/style/width-flexy.css')
-rw-r--r-- | static/style/width-flexy.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/style/width-flexy.css b/static/style/width-flexy.css new file mode 100644 index 0000000..84d1a59 --- /dev/null +++ b/static/style/width-flexy.css @@ -0,0 +1,20 @@ +.content { + margin-left: none; + width: 75%; + margin-top: 0px; + margin-bottom: 0px; + margin-right: 250px; + padding-left: 15px; + padding-right: 5px; + padding-bottom: 5px; } +.content_footer { + margin-left: none; + width: 75%; + margin-bottom: 5px; + margin-right: 250px; + margin-top: 0px; + border-top: 2px solid #000000; + padding-top: 6px; + padding-left: 15px; + padding-right: 5px; } + |