Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

[bug 747678] Added css styles to fit with with the Sandstone style #232

Closed
wants to merge 3 commits into from

Conversation

daker
Copy link

@daker daker commented Apr 21, 2012

[bug 747678] Added css styles to fit with with the Sandstone style

@tallowen
Copy link
Contributor

Looks good but it looks like this won't merge in. Can you apply these changes to the most recent version of master?

Conflicts:
	media/css/base.css
@daker
Copy link
Author

daker commented Apr 22, 2012

it's good now ?

@brampitoyo
Copy link

And please make sure that all body text is set in 'Georgia', serif, like what Sandstone uses.

font-size: 16px;
line-height: 24px;

url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
font-weight:normal;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be light?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Should be light. More correctly, it should be 300. I didn’t check this line. Sorry.

@tallowen
Copy link
Contributor

@@ -48,7 +60,7 @@ body {
}

.huge, .large, h1, h2, h3, h4, #profile-info dt {
font-family:OpenSans, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-family:'Open Sans Light', "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-weight:400;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

font-weight:normal;

@tallowen
Copy link
Contributor

One style tradition that is sometimes kept in our code base is:

rulename: value; instead of rulename:value;

Does that make sense?

@daker
Copy link
Author

daker commented Apr 26, 2012

if you take a look at https://github.com/mozilla/mozillians/blob/master/media/css/base.css, you will see that rulename:value; is being used instead of rulename: value;

@daker
Copy link
Author

daker commented May 11, 2012

Any updates on this PR ?

@jsocol
Copy link

jsocol commented May 25, 2012

1a210a7 Thanks!

@jsocol jsocol closed this May 25, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants