Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Website style changes

Hi,

I took a look at your website and I created a patch that should improve the layout of your home page.

Here's what I needed to do:
  1. add "img-responsive" class to all images
  2. remove width value from colums to make the page more responsive
  3. replace id="rightcolumn" with class="col-md-24".This will move the rightcolumn div at the bottom of the page.
The Quicksilver theme is built with Bootstrap v3.3.7 (https://getbootstrap.com/docs/3.3/). The is why we can use the "img-responsive" and "col-md-24" class.

Project websites, if they chose to do so, can implement examples found in the Bootstrap documentation. The only exception is that we are using a 24 grid system instead of a 12 grid system for more flexibility.
https://getbootstrap.com/docs/3.3/css/#grid

Cheers,


On Wed, Apr 25, 2018 at 12:42 PM, Ed Merks <ed.merks@xxxxxxxxx> wrote:

It looks okay on this site:

  https://www.eclipse.org/modeling/

Perhaps it's best to open a bug so that it gets fixed in a way that ensures the Nebula site looks good again...  It is a very pretty site!

Cheers,
Ed




On 25.04.2018 18:03, Wim Jongman wrote:
Hi,

Our website suddenly looks very funny. The navigation bar style has changed, it has been moved from left to right and it is overlaying content.

Did something happen with the overall style? Can this be reverted?
Cheers,

Wim
 


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Christopher Guindon
Lead Web Developer
Eclipse Foundation
Twitter: @chrisguindon

Attachment: eclipse_org-nebula-fix-home-page-layout.patch
Description: Binary data


Back to the top