# HG changeset patch # User Christophe Lincoln # Date 1391199380 -3600 # Node ID 4c71388c43e6bce44b76025f39b3cd097526cf32 # Parent dab2c8b677a96d54110747a194274634fb4f5e7f Update CSS style diff -r dab2c8b677a9 -r 4c71388c43e6 doc/cross.txt --- a/doc/cross.txt Mon Jan 13 20:45:14 2014 -0200 +++ b/doc/cross.txt Fri Jan 31 21:16:20 2014 +0100 @@ -26,7 +26,7 @@ Create a chroot (use last tazdev) --------------------------------- # tazdev gen-chroot --arch=arm - # tazdev chroot + # tazdev chroot --arch=arm Clone cookutils to get last cook and cross ------------------------------------------ diff -r dab2c8b677a9 -r 4c71388c43e6 web/style.css --- a/web/style.css Mon Jan 13 20:45:14 2014 -0200 +++ b/web/style.css Fri Jan 31 21:16:20 2014 +0100 @@ -19,9 +19,9 @@ #header { color: white; - background: #351a0a; + background: #222; height: 40px; - border-bottom: 8px solid #d66018; + border-bottom: 4px solid #afafaf; } #header h1 { @@ -45,7 +45,7 @@ #network { float: right; - padding: 12px 5px 0; + padding: 14px 5px 0; font-size: 12px; }