mirror of https://github.com/tildeclub/site.git
updates.
This commit is contained in:
parent
e51199abda
commit
24b0fdd592
|
@ -51,6 +51,10 @@ h1 {
|
||||||
color:#008000;
|
color:#008000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code > span.fl {
|
||||||
|
color: #008000;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the navbar */
|
/* Style the navbar */
|
||||||
#navbar {
|
#navbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
code{white-space: pre-wrap;}
|
code{white-space: pre-wrap;}
|
||||||
span.smallcaps{font-variant: small-caps;}
|
span.smallcaps{font-variant: small-caps;}
|
||||||
|
|
Loading…
Reference in New Issue