arobynsung: (undercovers: sam smiles)
Robyn ([personal profile] arobynsung) wrote in [community profile] dreamwidthlayouts2012-02-12 03:02 pm

layout: sensibility (tabula rasa)

Title: Sensibility
Credit: [community profile] visualwit 
Base style: Tabula Rasa
Type: Full Layout (CSS)
Best resolution: Width is fluid (%)
Tested in: Firefox
Features: 2 columns, fluid text (em so tweaking text size is as simple as editing the body font-size); header navigation



CODE: Moded Sensibility


CODE: Clear Sensibility


CODE: Given Sensibility

ninetydegrees: Art: self-portrait (Default)

Re: *perplexed*

[personal profile] ninetydegrees 2012-02-12 09:57 pm (UTC)(link)
Checked both journals: if I turn the nav strip on, I see it like in the previews. Otherwise, the nav links are in the header. This happens when you use absolute positioning. I think you can solve the issue by adding:

.no-navstrip .module-navlinks {
top: 0;
}

or something like that.