Skip to content

Commit

Permalink
fix inline code block
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Dec 1, 2012
1 parent 14917ee commit f485301
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion rosefinch/layout.html
Expand Up @@ -213,7 +213,7 @@ <h3>{{ _('Navigation') }}</h3>
<div class="navbar navbar-static-top navbar-inverse">
<div id="top-bar" class="navbar-inner">

<h1>ANSI Common Lisp 中文版<a href="{{ pathto('index') }}" class="brand">{{ docstitle | e }}</a></h1>
<h1 id="logo">ANSI Common Lisp 中文版<a href="{{ pathto('index') }}" class="brand">{{ docstitle | e }}</a></h1>
<ul class="nav">
{%- if next -%}
<!--<li><a href="{{ next.link }}">{{ _('next') }}</a></li>-->
Expand Down
26 changes: 15 additions & 11 deletions rosefinch/static/main.css
Expand Up @@ -62,11 +62,12 @@ div.warning {

h1 {
margin: 30px 0px;
text-indent: -9999px;
}

#logo {
text-indent: -9999px;
}
h2, h3 {
margin: 20px 0px;
margin: 20px 0px;
}

div.highlight-cl {
Expand Down Expand Up @@ -103,14 +104,14 @@ div.linenodiv > pre {
span.pre {
color: #468847;
padding: 0 3px;
border-top: solid 1px #CCCCCC;
border-right: solid 1px #DDDDDD;
border-bottom: solid 1px #DDDDDD;
border-left: solid 1px #CCCCCC;
background-color: #fcfcfc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

tt {
margin:0 2px;
padding:0px 5px;
border:1px solid #eaeaea;
background-color:#fcfcfc;
border-radius:3px
}

div.figure {
Expand Down Expand Up @@ -177,3 +178,6 @@ div.sphinxsidebar ul ul {
margin-bottom: 0px;
}

table.footnote.table {
margin-top: 20px;
}

0 comments on commit f485301

Please sign in to comment.