Change Details
| escaline/medias/styles/common.css |
| 139 | 139 | -webkit-border-radius-topleft: 0.4em; |
| 140 | 140 | -moz-border-radius-topright: 0.4em; |
| 141 | 141 | -webkit-border-radius-topright: 0.4em; |
| 142 | | } |
| 143 | | |
| 144 | | #footer { |
| 145 | | overflow: auto; |
| 142 | overflow: hidden; |
| 146 | 143 | } |
| 147 | 144 | |
| 148 | 145 | #footer h2 { |
| ... | ... | |
| 171 | 168 | }#footer ul li:last-child:after { |
| 172 | 169 | content: "" |
| 173 | 170 | } |
| 171 | |
| 172 | #ohloh { |
| 173 | position: relative; |
| 174 | left: 60em; |
| 175 | } |
| escaline/templates/footer.html |
| 21 | 21 | <li><a href="{% url doc "lua_reference" %}">Référence Lua</a></li> |
| 22 | 22 | <li><a href="http://idevelop.org/p/escaline/">Contribution</a></li> |
| 23 | 23 | </ul> |
| 24 | | |
| 24 | <div id="ohloh"><script type="text/javascript" src="http://www.ohloh.net/p/480350/widgets/project_users_logo.js"></script></div> |
| 25 | 25 | </div> |
| 26 | 26 | |
| 27 | 27 | <script type="text/javascript"> |
Download the corresponding diff file