Mercurial > hg > agora-ahsan
view static/css/code.less @ 212:172fef440a90 draft default tip
Code Cleanup in templates and CSS files.
author | Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Sun, 22 Sep 2013 04:16:20 +0500 |
parents | d14822d10833 |
children |
line wrap: on
line source
.snippet { width: 670px; font-family: monospace; position: relative; .code-lines { position: relative; left: 40px; padding: 10px; border: 1px solid @lightGrey; .border-radius(7px); .line { white-space: pre-wrap; word-wrap: break-word; } } .line-counters { position: absolute; top: 0; font-weight: bold; p { width: 30px; text-align: right; position: absolute; } } }