Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
klaus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
GitHub Mirror
jonashaag
klaus
Commits
f8710e39
Commit
f8710e39
authored
12 years ago
by
Jonas Haag
Browse files
Options
Downloads
Patches
Plain Diff
CSS tweaks
parent
fae3c1bf
Branches
fix-233
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
static/klaus.css
+7
-7
7 additions, 7 deletions
static/klaus.css
with
8 additions
and
8 deletions
LICENSE
+
1
−
1
View file @
f8710e39
Copyright (c) 2011 Jonas Haag <jonas@lophus.org> and contributors.
Copyright (c) 2011
-2012
Jonas Haag <jonas@lophus.org> and contributors.
All rights reserved.
License: 2-clause-BSD (Berkley Software Distribution) license
...
...
This diff is collapsed.
Click to expand it.
static/klaus.css
+
7
−
7
View file @
f8710e39
...
...
@@ -111,13 +111,13 @@ footer a:hover { text-decoration: none; }
/* Base styles for history and commit views */
.commit
{
background-color
:
#f
5f5f5
;
background-color
:
#f
9f9f9
;
padding
:
8px
10px
;
margin-bottom
:
2px
;
display
:
block
;
border
:
1px
solid
#e0e0e0
;
}
.commit
:hover
{
text-decoration
:
none
;
background-color
:
#f9f9f9
;
}
.commit
:hover
{
text-decoration
:
none
;
}
.commit
>
span
{
display
:
block
;
}
...
...
@@ -136,10 +136,9 @@ footer a:hover { text-decoration: none; }
.history
.pagination
{
margin-top
:
-2em
;
}
a
.commit
{
color
:
black
!important
;
}
.tree
ul
{
font-family
:
monospace
;
font-size
:
10pt
;
}
.tree
li
{
background-color
:
#f
5f5f5
;
border
:
1px
solid
#e0e0e0
;
}
.tree
ul
{
font-family
:
monospace
;
font-size
:
10pt
;
border-top
:
1px
solid
#e0e0e0
;
}
.tree
li
{
background-color
:
#f
9f9f9
;
border
:
1px
solid
#e0e0e0
;
border-top
:
0
;
}
.tree
li
a
{
padding
:
5px
7px
;
display
:
block
;
color
:
#001533
;
}
.tree
li
a
:hover
{
background-color
:
#f9f9f9
;
}
.tree
li
a
:before
,
.diff
.filename
:before
{
margin-right
:
5px
;
position
:
relative
;
...
...
@@ -159,6 +158,9 @@ a.commit { color: black !important; }
padding
:
0
6px
0
6px
;
border
:
1px
solid
#e0e0e0
;
}
.blobview
.linenos
:hover
{
background-color
:
#fefed0
;
}
.blobview
.code
{
padding
:
0
5px
0
10px
;
}
...
...
@@ -167,7 +169,6 @@ a.commit { color: black !important; }
.full-commit
.commit
{
padding
:
15px
20px
;
}
.full-commit
.commit
.line1
{
padding-bottom
:
5px
;
}
.full-commit
.commit
:hover
{
background-color
:
#f5f5f5
;
}
.full-commit
.commit
:hover
.line1
{
text-decoration
:
none
;
}
.full-commit
.commit
.line2
>
span
:nth-child
(
2
)
{
float
:
left
;
}
.full-commit
.commit
.line2
>
span
:nth-child
(
2
)
:before
{
content
:
'·'
;
margin
:
0
3px
0
5px
;
}
...
...
@@ -176,7 +177,6 @@ a.commit { color: black !important; }
.diff
.filename
{
background-color
:
#f9f9f9
;
padding
:
8px
10px
;
font-size
:
14px
;
border
:
1px
solid
#e0e0e0
;
border-bottom
:
0
;
margin-top
:
25px
;
...
...
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