Change Details
| escaline/medias/styles/common.css |
| 136 | 136 | text-align: left; |
| 137 | 137 | padding: 1em; |
| 138 | 138 | -moz-border-radius-topleft: 0.4em; |
| 139 | | -webkit-border-radius-topleft: 0.4em; |
| 139 | -webkit-border-top-left-radius: 0.4em; |
| 140 | 140 | -moz-border-radius-topright: 0.4em; |
| 141 | | -webkit-border-radius-topright: 0.4em; |
| 141 | -webkit-border-top-right-radius: 0.4em; |
| 142 | 142 | overflow: hidden; |
| 143 | 143 | } |
| 144 | 144 | |
| escaline/medias/styles/page.css |
| 23 | 23 | width: 35em; |
| 24 | 24 | margin: 0 auto 2em auto; |
| 25 | 25 | -moz-border-radius-bottomleft: 0.4em; |
| 26 | | -webkit-border-radius-bottomleft: 0.4em; |
| 26 | -webkit-border-bottom-left-radius: 0.4em; |
| 27 | 27 | -moz-border-radius-bottomright: 0.4em; |
| 28 | | -webkit-border-radius-bottomright: 0.4em; |
| 28 | -webkit-border-bottom-right-radius: 0.4em; |
| 29 | 29 | }#command form { |
| 30 | 30 | display: inline; |
| 31 | 31 | margin-left: 1em; |
Download the corresponding diff file