815774f3 | 03-Jan-2014 |
danbrown |
Bloody mosquitoes.... |
012e1b77 | 02-Jan-2014 |
Levi Morrison |
I broke this a few patches ago; it worked locally without it, but apparently is needed. |
304ef250 | 01-Jan-2014 |
Levi Morrison |
Removed the margin-top for h4, h5, and h6; this allows them to be flush on the top of the page. After looking at a few pages that use h4 tags, it seems if they are not at the top they are below an el
Removed the margin-top for h4, h5, and h6; this allows them to be flush on the top of the page. After looking at a few pages that use h4 tags, it seems if they are not at the top they are below an element that has a margin-bottom, so we should be okay.
show more ...
|
acf87cb5 | 01-Jan-2014 |
Levi Morrison |
Some code-style improvements... I think. It also improves some HTML semantics (such as using label instead of p) so if you revert this, please bear that in mind. It probably should have been separate
Some code-style improvements... I think. It also improves some HTML semantics (such as using label instead of p) so if you revert this, please bear that in mind. It probably should have been separate commits; I'm sorry.
show more ...
|
ddc2e926 | 01-Jan-2014 |
Levi Morrison |
.title will no longer extend behind .page-tools |
f7d77643 | 01-Jan-2014 |
Hannes Magnusson |
Fixed bug #66380 (edit.php.net is missing on sites.php) |
0ace37d6 | 31-Dec-2013 |
Jacques Marneweck |
Bump copyright year |
6ec0676f | 31-Dec-2013 |
Hannes Magnusson |
Couple of more syntax things see bug#66371 |
4572e3f0 | 31-Dec-2013 |
Hannes Magnusson |
Syntax fixes. Hopefully fixes IE issues, see bug #66371 |
7a18de3b | 30-Dec-2013 |
Hannes Magnusson |
This isn't used anymore |
400a5bd7 | 30-Dec-2013 |
Julien Pauli |
CFP for PHPTour Lyon |
851cc2c8 | 30-Dec-2013 |
Hannes Magnusson |
Fail images |
abbacca6 | 30-Dec-2013 |
Hannes Magnusson |
Prep for 2014 |
92338a02 | 30-Dec-2013 |
Hannes Magnusson |
Hardcode the 2013 news |
d83cc645 | 29-Dec-2013 |
Hannes Magnusson |
Javascript changes affect the frontpage too |
e7ea4475 | 29-Dec-2013 |
Hannes Magnusson |
Add a way to avoid the cache |
ae561b8a | 29-Dec-2013 |
Hannes Magnusson |
Easter eggs |
0337e3e2 | 29-Dec-2013 |
Hannes Magnusson |
Add a 'g a' full site search (based on doc indexes) |
34435253 | 29-Dec-2013 |
Hannes Magnusson |
Relax a tad on the massive doc page caching :) |
804fb830 | 29-Dec-2013 |
Hannes Magnusson |
Bump the size of the focused search element |
e1c09fe1 | 29-Dec-2013 |
Hannes Magnusson |
Document the local page search shortcut |
41ae8104 | 29-Dec-2013 |
Hannes Magnusson |
Have some fun with current-page search (keyboard shortcut: g s) |
c251f3f3 | 28-Dec-2013 |
Hannes Magnusson |
Implement cycling through headers |
d2420e89 | 28-Dec-2013 |
Levi Morrison |
Removed unneeded vendor prefixes. Note that we still need -moz-box-sizing; even v28 (two releases out from now) is not scheduled to support unprefixed box-sizing. |
0007664b | 28-Dec-2013 |
Levi Morrison |
Fixed minor border-radius issue on the sidebar. |