@@ -81,8 +81,8 @@ a:hover { color: #3498db }
8181
8282.left { float : left; display : inline-block; width : 25% ; margin-top : 60px ; text-align : right }
8383.right { display : inline-block; width : 75% ; padding-top : 60px }
84- .left .trigger { padding-left : 20px ; }
85- .right .posts , .right .post-full , .right .pager , .right .footer { padding-left : 60 px ; }
84+ .left .trigger { padding : 0 20px ; }
85+ .right .posts , .right .post-full , .right .pager , .right .footer { padding : 0 30 px ; }
8686.left .avatar {
8787 background-color : # F0F0F0 ; width : 60px ; height : 60px ; border-radius : 100% ; margin-bottom : 10px ;
8888 background-position : center center; background-size : 70% ; display : inline-block; image-rendering : pixelated;
@@ -143,7 +143,7 @@ a:hover { color: #3498db }
143143
144144.post .body a img { margin-bottom : -8px }
145145.post .body img { max-width : 100% }
146- .post .body table { border-collapse : collapse; margin-bottom : 10px ; margin : auto }
146+ .post .body table { display : block; width : 100 % ; overflow : auto; border-spacing : 0 ; border-collapse : collapse; margin-bottom : 10px ; margin : auto }
147147.post .body td , .post .body th { padding : 5px 10px ; border : 1px solid # EEE ; border-collapse : collapse; text-align : left }
148148
149149code {
@@ -152,8 +152,8 @@ code {
152152 max-width : 660px ;
153153 overflow : auto;
154154}
155- .post .body pre { table-layout : fixed; width : auto; display : table ; white-space : normal; }
156- .post .body pre code { padding : 10px 20px ; white-space : pre; max-width : 660 px ; display : block; overflow : auto }
155+ .post .body pre { table-layout : fixed; width : auto; max-width : 100 % ; overflow : auto ; white-space : normal; }
156+ .post .body pre code { padding : 10px 20px ; white-space : pre; display : block; overflow : auto }
157157
158158blockquote { border-left : 3px solid # 333 ; margin-left : 0px ; padding-left : 1em }
159159/*.post .more {
0 commit comments