s4

changeset 241:0c817d4a549a

Disable margin-bottom of form.replyblog
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Jun 2016 17:55:35 +0859
parents 3ba9493977e1
children 7dd85c224bbb
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Thu Jun 30 12:42:16 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Thu Jun 30 17:55:35 2016 +0859
     1.3 @@ -56,7 +56,7 @@
     1.4      display: inline;
     1.5  }
     1.6  
     1.7 -form.replyblog {margin-bottom: 40%;}
     1.8 +form.replyblog {xxx-margin-bottom: 40%;}
     1.9  div.blogcomment {
    1.10      position: fixed; bottom: 0; left: 0;
    1.11      z-index: 2; background-color: rgba(250,222,222,0.6);