Skip to content

Commit 4eb0607

Browse files
committed
Merge branch 'css-style'
2 parents fe3db78 + 0dfa03b commit 4eb0607

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

tutorial.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,29 @@ code.block {
5353
@font-face{font-family:'Octicons Regular';src:url("https://a248.e.akamai.net/assets.github.com/assets/octicons/octicons-regular-webfont-a20448aa13cf370506c8a675c4fc0efba750115c.eot");src:url("https://a248.e.akamai.net/assets.github.com/assets/octicons/octicons-regular-webfont-a20448aa13cf370506c8a675c4fc0efba750115c.eot#iefix") format("embedded-opentype"),url("https://a248.e.akamai.net/assets.github.com/assets/octicons/octicons-regular-webfont-46d3d8ac303cad13c0b2006f8e8149a472d9d4e5.woff") format("woff"),url("https://a248.e.akamai.net/assets.github.com/assets/octicons/octicons-regular-webfont-93f33ad81ec64b5f0980ad57a53cf82e8445cab9.ttf") format("truetype"),url("https://a248.e.akamai.net/assets.github.com/assets/octicons/octicons-regular-webfont-f963ccb8f0402b76e11107147fe5b2e275319280.svg#newFontRegular") format("svg");font-weight:normal;font-style:normal}
5454

5555
.toc {
56-
width: 190px;
56+
width: 200px;
5757
border: 1px solid #aaa;
5858
background-color: #f9f9f9;
5959
padding: 5px;
6060
font-size: 95%;
61-
position: fixed; left: 10px; top: 100px;
61+
position: absolute; left: 10px; top: 100px;
62+
font-size: .8em;
6263
}
6364
.toc ul {
64-
padding-left: 24px;
65+
padding-left: 20px;
6566
}
6667
.content {
67-
margin-left: 200px;
68+
margin-left: 210px;
6869
}
6970

7071
.content .con-title .anchor {
7172
opacity: 0;
7273
font-family: 'Octicons Regular';
73-
color: blue; text-decoration: none; font-size: .8em;
74+
color: #4787ed; text-decoration: none; font-size: .8em;
7475
}
7576
.content .con-title:hover .anchor {
7677
opacity: 1;
7778
}
78-
.content .con-title:target .anchor {
79-
opacity: 1;
80-
color: red;
81-
}
8279
}
8380

8481
div.thumb img.thumbimage {

0 commit comments

Comments
 (0)