
On 03/10/2016 05:52 AM, Andrea Bolognani wrote:
On Wed, 2016-03-09 at 21:12 -0500, Cole Robinson wrote:
Some css tweaks to improve test readability and be more consistent with other sites (I was using en.wikipedia.org as a reference)
First 2 bits are cleanups, latter 2 bits are actual changes.
Front before: http://i.imgur.com/zvFqBa9.png Front after: http://i.imgur.com/gsHa5Pq.png List before: http://i.imgur.com/nh6hMsy.png List after: http://i.imgur.com/WxgE4y0.png Text before: http://i.imgur.com/8bvgEYg.png Text after: http://i.imgur.com/wg0hk4r.png
Cole Robinson (4): docs: website: Remove the et.redhat.com footer docs: generic.css: minor cleanups docs: generic.css: font size tweaks docs: generic.css: Indentation and spacing tweaks
docs/Makefile.am | 3 --- docs/et.png | Bin 9779 -> 0 bytes docs/footer_corner.png | Bin 2359 -> 0 bytes docs/footer_pattern.png | Bin 817 -> 0 bytes docs/generic.css | 57 ++++++++++++++++++++++++------------------------ docs/libvirt.css | 34 ----------------------------- docs/page.xsl | 6 ----- 7 files changed, 29 insertions(+), 71 deletions(-) delete mode 100644 docs/et.png delete mode 100644 docs/footer_corner.png delete mode 100644 docs/footer_pattern.png
ACK from me as well, but it should be noted that the stylesheet used by the wiki will have to be updated as well to match the updated looks of the website.
Hmm I thought they were shared... I guess we will see when it goes live. Pushed with your suggested tweak, thanks!
I've also posted a small follow-up patch to improve the style further:
https://www.redhat.com/archives/libvir-list/2016-March/msg00378.html
I'll give it a spin Thanks, Cole