text-decoration: underline;
}
+pre {
+ width: 99%;
+ margin-left: auto; margin-right: auto;
+}
+
code {
display: block;
- padding: 0 3px 2px;
+ padding: 2px 9px 3px;
+ font-size: 19px;
border: 0.5px solid #bebab0;
+ font-family: 'Ubuntu Mono', Monospace;
}
.info {
<title>The Tar Pit - $title$</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
<link href='http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
</head>