Browse Source

fixing up the header a tad

pull/249/head
connors 11 years ago
parent
commit
e3a247c49e
  1. 31
      docs-assets/css/docs.css
  2. 33
      lib/sass/docs.scss

31
docs-assets/css/docs.css

@ -46,12 +46,12 @@ body {
opacity: 1; opacity: 1;
} }
.docs-nav .icon { .docs-nav .icon {
top: 18px; top: 13px;
right: 0; right: 0;
cursor: pointer; cursor: pointer;
} }
.docs-nav .version { .docs-nav .version {
top: 21px; top: 14px;
left: 0; left: 0;
} }
@ -65,7 +65,9 @@ body {
padding-bottom: 50px; padding-bottom: 50px;
} }
.docs-header-content .button { .docs-header-content .button {
display: block;
padding: 15px 30px 16px; padding: 15px 30px 16px;
margin: 0 10px 10px;
font-size: 18px; font-size: 18px;
color: #00d1fe; color: #00d1fe;
border-color: #00d1fe; border-color: #00d1fe;
@ -81,7 +83,7 @@ body {
background-color: transparent; background-color: transparent;
} }
.docs-header-content .button-primary { .docs-header-content .button-primary {
margin-left: 10px; margin-bottom: 0;
color: #fff; color: #fff;
border-color: #00d1fe; border-color: #00d1fe;
background-color: #00d1fe; background-color: #00d1fe;
@ -102,7 +104,7 @@ body {
.docs-title { .docs-title {
margin: 0; margin: 0;
font-size: 22px; font-size: 16px;
font-weight: 500; font-weight: 500;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 6px; letter-spacing: 6px;
@ -111,7 +113,7 @@ body {
.docs-subtitle { .docs-subtitle {
max-width: 750px; max-width: 750px;
margin: 0 auto 20px; margin: 0 auto 20px;
font-size: 24px; font-size: 26px;
font-weight: 100; font-weight: 100;
line-height: 34px; line-height: 34px;
} }
@ -486,6 +488,25 @@ hr {
line-height: 60px; line-height: 60px;
} }
.docs-header-content .button {
display: inline-block;
margin: 0;
}
.docs-header-content .button-primary {
margin-left: 10px;
}
.docs-title {
font-size: 22px;
}
.docs-nav .icon {
top: 18px;
}
.docs-nav .version {
top: 17px;
}
.device { .device {
position: relative; position: relative;
top: 50px; top: 50px;

33
lib/sass/docs.scss

@ -43,12 +43,12 @@ body {
} }
} }
.icon { .icon {
top: 18px; top: 13px;
right: 0; right: 0;
cursor: pointer; cursor: pointer;
} }
.version { .version {
top: 21px; top: 14px;
left: 0; left: 0;
} }
} }
@ -61,7 +61,9 @@ body {
padding-bottom: 50px; padding-bottom: 50px;
.button { .button {
display: block;
padding: 15px 30px 16px; padding: 15px 30px 16px;
margin: 0 10px 10px;
font-size: 18px; font-size: 18px;
color: #00d1fe; color: #00d1fe;
border-color: #00d1fe; border-color: #00d1fe;
@ -77,7 +79,7 @@ body {
} }
} }
.button-primary { .button-primary {
margin-left: 10px; margin-bottom: 0;
color: #fff; color: #fff;
border-color: #00d1fe; border-color: #00d1fe;
background-color: #00d1fe; background-color: #00d1fe;
@ -98,7 +100,7 @@ body {
} }
.docs-title { .docs-title {
margin: 0; margin: 0;
font-size: 22px; font-size: 16px;
font-weight: 500; font-weight: 500;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 6px; letter-spacing: 6px;
@ -106,7 +108,7 @@ body {
.docs-subtitle { .docs-subtitle {
max-width: 750px; max-width: 750px;
margin: 0 auto 20px; margin: 0 auto 20px;
font-size: 24px; font-size: 26px;
font-weight: 100; font-weight: 100;
line-height: 34px; line-height: 34px;
} }
@ -522,6 +524,27 @@ hr {
font-size: 41px; font-size: 41px;
line-height: 60px; line-height: 60px;
} }
.docs-header-content {
.button {
display: inline-block;
margin: 0;
}
.button-primary {
margin-left: 10px;
}
}
.docs-title {
font-size: 22px;
}
.docs-nav {
.icon {
top: 18px;
}
.version {
top: 17px;
}
}
// Device // Device
.device { .device {

Loading…
Cancel
Save