|
51 | 51 | <meta property="fb:app_id" content="422535981632483" />
|
52 | 52 |
|
53 | 53 | <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
|
54 |
| - <link rel="stylesheet" type="text/css" href="css/style.css" /> |
| 54 | + <style type="text/css"> |
| 55 | +/* derived from https://github.com/fsprojects/SQLProvider/blob/gh-pages/content/style.css */ |
| 56 | + |
| 57 | +@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Open+Sans:400,600,700); |
| 58 | + |
| 59 | +pre { |
| 60 | + word-wrap: inherit; |
| 61 | +} |
| 62 | + |
| 63 | +.masthead ul, .masthead li { |
| 64 | + margin-bottom:0px; |
| 65 | +} |
| 66 | +.masthead .nav li { |
| 67 | + margin-top: 15px; |
| 68 | + font-size:110%; |
| 69 | +} |
| 70 | +.masthead h3 { |
| 71 | + margin-bottom:5px; |
| 72 | + font-size:170%; |
| 73 | +} |
| 74 | + |
| 75 | +/* Make table headings and td.title bold */ |
| 76 | +td.title, thead { |
| 77 | + font-weight:bold; |
| 78 | +} |
| 79 | + |
| 80 | +/* Format the right-side menu */ |
| 81 | +#menu { |
| 82 | + margin-top:50px; |
| 83 | + font-size:11pt; |
| 84 | + padding-left:20px; |
| 85 | +} |
| 86 | + |
| 87 | +#menu li { |
| 88 | + line-height:25px; |
| 89 | +} |
| 90 | + |
| 91 | +/* Change font sizes for headings etc. */ |
| 92 | +#main h1 { font-size: 26pt; margin:10px 0px 15px 0px; font-weight:400; } |
| 93 | +#main h2 { font-size: 20pt; margin:20px 0px 0px 0px; font-weight:400; } |
| 94 | +#main h3 { font-size: 14pt; margin:15px 0px 0px 0px; font-weight:600; } |
| 95 | +#main p { font-size: 11pt; margin:5px 0px 15px 0px; } |
| 96 | +#main ul { font-size: 11pt; margin-top:10px; } |
| 97 | +#main li { font-size: 11pt; margin: 5px 0px 5px 0px; } |
| 98 | +#main strong { font-weight:700; } |
| 99 | + </style> |
55 | 100 | <link rel="canonical" href="{{ .Page.Permalink }}" />
|
56 | 101 | </head>
|
57 | 102 |
|
58 |
| - <body> |
| 103 | + <body style="font-family: 'Open Sans', serif;padding-top: 0;padding-bottom: 40px;"> |
59 | 104 |
|
60 | 105 | <div class="container">
|
61 |
| - <div class="masthead"> |
| 106 | + <div class="masthead" style="overflow: hidden"> |
62 | 107 | <ul class="nav nav-pills pull-right">
|
63 | 108 | <li><a href="https://github.com/mysql-net/MySqlConnector/">GitHub</a></li>
|
64 | 109 | </ul>
|
65 |
| - <h3 class="muted"><a href="/">MySqlConnector</a></h3> |
| 110 | + <h3 class="muted"><a href="/" style="text-decoration: none; color: #999999">MySqlConnector</a></h3> |
66 | 111 | </div>
|
67 |
| - <hr /> |
| 112 | + <hr style="margin:0 0 20px 0;"/> |
68 | 113 | <div class="row">
|
69 | 114 | <div class="span9" id="main">
|
0 commit comments