Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pelican-mockingbird
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
pelican-mockingbird
Commits
302e3a1a
Commit
302e3a1a
authored
11 years ago
by
alecbrooks
Browse files
Options
Downloads
Patches
Plain Diff
Add formatting for inline and block code.
parent
49cf9ab2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/css/screen.css
+8
-0
8 additions, 0 deletions
static/css/screen.css
with
8 additions
and
0 deletions
static/css/screen.css
+
8
−
0
View file @
302e3a1a
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
License: none (public domain)
License: none (public domain)
*/
*/
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
...
@@ -47,6 +48,8 @@ table {
...
@@ -47,6 +48,8 @@ table {
border-spacing
:
0
;
border-spacing
:
0
;
}
}
@import
url("pygment.css")
;
/* Mockingbird Theme by Nevan Scott nevanscott.com */
/* Mockingbird Theme by Nevan Scott nevanscott.com */
body
{
body
{
...
@@ -167,6 +170,11 @@ div.codehilite {
...
@@ -167,6 +170,11 @@ div.codehilite {
border-radius
:
5px
;
border-radius
:
5px
;
}
}
code
,
pre
{
font-family
:
monospace
;
background-color
:
rgb
(
238
,
238
,
238
);
}
.post
pre
,
.page
pre
{
.post
pre
,
.page
pre
{
padding
:
.5em
;
padding
:
.5em
;
font-size
:
12px
;
font-size
:
12px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment