Mercurial > hg
view mercurial/templates/static/style-extra-coal.css @ 36681:340e4b711df7
bdiff: avoid pointer arithmetic on void*
MSVC 2008 complains:
mercurial/cext/bdiff.c(106) : error C2036: 'void *' : unknown size
mercurial/cext/bdiff.c(107) : error C2036: 'void *' : unknown size
Maybe it's a gcc extension?
https://stackoverflow.com/questions/37460579/error-c2036-void-unknown-size
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 03 Mar 2018 23:29:40 -0500 |
parents | c258f4d2bfb2 |
children |
line wrap: on
line source
body { background: black url('background.png') repeat-x; } .container { padding-left: 0; padding-right: 150px; } .main { padding: 2em; border-right: 15px solid black; border-bottom: 15px solid black; } .menu { background: #999; padding: 10px; width: 75px; position: fixed; top: 27px; left: auto; right: 27px; } .menu ul { border-left: 0; } .menu li.active { font-weight: normal; background: black; color: white; } .menu li.active a { color: white; } h3 { margin-top: -.7em; } div.description { border-left-width: 3px; }