Skip to content

Commit

Permalink
Merge pull request #2083 from pluskid/master
Browse files Browse the repository at this point in the history
decrease font size in docs
  • Loading branch information
pluskid committed May 10, 2016
2 parents e51d60c + 15bfb67 commit 2145e0d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions docs/_static/mxnet.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
}

.splash h1{
font-size:46px;
font-size: 40px;
margin-bottom: 20px;
}
.splash .social{
margin:2em 0
Expand Down Expand Up @@ -39,9 +40,9 @@
}

.section-tout h3{
font-size:26px;

font-size:20px;
}

.section-tout p {
margin-bottom:2em
}
Expand Down Expand Up @@ -116,17 +117,19 @@ body>.container {
}

body {
font-size: 20px;
font-size: 16px;
padding-left: 12px;
padding-right: 12px;
}

pre {
font-size: 18px;
font-size: 14px;
}

/* navbar */
.navbar {
background-color:#0079b2;
border: 1px solid transparent;
border: 0px;
height: 65px;
}
.navbar-right li {
Expand All @@ -143,7 +146,7 @@ pre {
}

.navbar-left li a {
font-size: 24px;
font-size: 22px;
color: #fff;
}

Expand Down Expand Up @@ -195,12 +198,14 @@ pre {
padding-top: 90px;
margin-top: -60px;
padding-bottom: 10px;
font-size: 28px;
}

.section h2 {
padding-top: 80px;
margin-top: -60px;
padding-bottom: 10px;
font-size: 22px;
}

.section h3 {
Expand All @@ -223,3 +228,7 @@ dt {
dt:target, .highlighted {
background-color: #fff;
}

.section code.descname {
font-size: 1em;
}

0 comments on commit 2145e0d

Please sign in to comment.