Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
guix-hpc
website
Commits
c67d2b21
Commit
c67d2b21
authored
May 29, 2017
by
Ludovic Courtès
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: Do not underline links.
* static/css/main.css (a, a:visited, a.title): Adjust.
parent
c0e611e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
static/css/main.css
static/css/main.css
+14
-2
No files found.
static/css/main.css
View file @
c67d2b21
...
@@ -159,8 +159,20 @@ h1 {
...
@@ -159,8 +159,20 @@ h1 {
padding
:
0pt
;
padding
:
0pt
;
}
}
a
{
color
:
#000000
;
outline
:
none
;
}
.title
a
{
border
:
none
;
}
a
:visited
{
color
:
#000000
;
}
a
{
color
:
#000000
;
outline
:
none
;
border-style
:
none
none
dashed
none
;
border-width
:
thin
;
text-decoration
:
none
;
}
a
:visited
{
color
:
#433
;
border-style
:
none
none
solid
none
;
border-width
:
thin
;
text-decoration
:
none
;
}
a
img
{
outline
:
none
;
}
a
img
{
outline
:
none
;
}
img
{
border
:
none
;
}
img
{
border
:
none
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment