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
d899296a
Commit
d899296a
authored
14 years ago
by
Mark Lentczner
Browse files
Options
Downloads
Patches
Plain Diff
apply margin changes to pre and headings as per group decision, and small cleanups
parent
99b3a6a3
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/Ocean.std-theme/ocean.css
+5
-8
5 additions, 8 deletions
html/Ocean.std-theme/ocean.css
with
5 additions
and
8 deletions
html/Ocean.std-theme/ocean.css
+
5
−
8
View file @
d899296a
...
...
@@ -4,7 +4,6 @@
/* Is this portable? */
html
{
/* background-color: #f4f7f9; */
background-color
:
white
;
width
:
100%
;
}
...
...
@@ -32,8 +31,6 @@ h3 { font-size: 120%; }
h4
{
font-size
:
110%
;
}
h5
{
font-size
:
105%
;
}
/* a:hover { background: #D9CBB8; } */
/* @end */
/* @group Common */
...
...
@@ -45,7 +42,7 @@ h5 { font-size: 105%; }
}
*
+
h1
,
*
+
h2
,
*
+
h3
,
*
+
h4
,
*
+
h5
,
*
+
h6
{
margin-top
:
4
em
;
margin-top
:
2
em
;
}
h1
+
h2
,
h2
+
h3
,
h3
+
h4
,
h4
+
h5
,
h5
+
h6
{
...
...
@@ -63,7 +60,7 @@ ul.links {
ul
.links
li
{
display
:
inline
;
/*
border-left: 1px solid rgb(78,98,114);
*/
border-left
:
1px
solid
rgb
(
78
,
98
,
114
);
white-space
:
nowrap
;
padding
:
0
;
}
...
...
@@ -98,7 +95,8 @@ p.caption.expander {
pre
{
padding
:
0.5em
;
margin
:
0.5em
5em
0.5em
3em
;
/* margin: 0.5em 5em 0.5em 3em; */
margin
:
0.5em
0
0.5em
;
background
:
rgb
(
229
,
237
,
244
);
overflow
:
auto
;
}
...
...
@@ -247,7 +245,7 @@ div#style-menu-holder {
font-size
:
80%
;
padding
:
0.5em
1em
;
position
:
relative
;
top
:
0em
;
/* use -5em to pull up into title area */
top
:
0em
;
margin
:
0
0
1em
1em
;
max-width
:
20em
;
}
...
...
@@ -362,7 +360,6 @@ div#style-menu-holder {
margin
:
0
;
}
/* div.top code { border: 1px solid #ddd; } */
.top
p
.src
{
border-top
:
1px
solid
#ccc
;
}
...
...
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