Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen Judkins
haddock
Commits
79d6c9a2
Commit
79d6c9a2
authored
14 years ago
by
Mark Lentczner
Browse files
Options
Downloads
Patches
Plain Diff
tweak look of mini pages, keywords, and preblocks
parent
34be96e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
html/nhaddock.css
+21
-5
21 additions, 5 deletions
html/nhaddock.css
with
21 additions
and
5 deletions
html/nhaddock.css
+
21
−
5
View file @
79d6c9a2
...
...
@@ -81,6 +81,7 @@ pre {
padding
:
0.5em
;
margin
:
0.5em
5em
0.5em
3em
;
background
:
rgb
(
229
,
237
,
244
);
overflow
:
auto
;
}
code
{
/* background: #f0f0f0; */
}
...
...
@@ -88,7 +89,6 @@ code { /* background: #f0f0f0; */ }
.src
{
font-family
:
monospace
;
line-height
:
normal
;
white-space
:
nowrap
;
background
:
#f0f0f0
;
padding
:
0.2em
0.5em
;
}
...
...
@@ -97,7 +97,7 @@ code { /* background: #f0f0f0; */ }
margin-top
:
1em
;
}
.keyword
{
font-weight
:
bold
;
}
.keyword
{
font-weight
:
normal
;
}
.def
{
font-weight
:
bold
;
}
img
.coll
{
...
...
@@ -254,6 +254,9 @@ div#style-menu-holder {
vertical-align
:
top
;
padding-left
:
0.5em
;
}
#interface
td
.src
{
white-space
:
nowrap
;
}
#interface
td
.doc
p
{
margin
:
0
;
}
...
...
@@ -321,18 +324,31 @@ div.top .subs, div.top .doc {
/* @group Auxillary Pages */
#mini
{
font-size
:
75%
;
}
#mini
#module-header
.caption
{
font-size
:
160%
;
}
#mini
#interface
h1
,
#mini
#interface
h2
,
#mini
#interface
h3
,
#mini
#interface
h4
{
margin
-bottom
:
0
;
#mini
#interface
h4
{
font-size
:
130%
;
margin
:
1em
0
0
;
}
#mini
#interface
.top
,
#mini
#interface
.src
{
margin
:
0
;
}
#mini
#interface
.src
{
font-size
:
120%
;
}
#mini
#module-list
ul
{
list-style
:
none
;
margin
:
0
;
...
...
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