Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4559a9e

Browse files
committed
Fixing the URLs in the CSS, adding markers for sidebar lists.
1 parent36b85b9 commit4559a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎libs/network/doc/static/cpp-netlib.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@importurl(reset-fonts-grids.css);
1+
@importurl('reset-fonts-grids.css');
22

3-
html,body {background-image:url(./orange-background.jpg);background-repeat:no-repeat;background-position:left top;background-attachment:fixed;background-color:black}
3+
html,body {background-image:url('./orange-background.jpg');background-repeat:no-repeat;background-position:left top;background-attachment:fixed;background-color:black}
44
body {font:12pt sans-serif;color:black}
55
#custom-doc {width:80%;*width:720px;min-width:720px;max-width:960px;margin:auto;text-align:left;padding-top:16px;margin-top:0}
66
#hd {padding:4px012px0}
@@ -43,7 +43,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4343
#sidebarh3,#sidebarh4 {color:#487858;font-size:125%}
4444
#sidebara {color:#8B4513}
4545
#sidebarulul {margin-top:0;margin-bottom:0}
46-
#sidebarli {margin-top:0.2em;margin-bottom:0.2em}
46+
#sidebarli {margin-top:0.2em;margin-bottom:0.2em;list-style-position: inside;list-style-type: square;}
4747

4848
/*** nav ***/
4949
div.nav {margin:0;font-size:12px;text-align: right;color:#487858}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp