Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
edugain
eduGAIN Access Check - Account manager
Commits
f9f2bdd8
Commit
f9f2bdd8
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
simplification
parent
99b58144
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/css/style.css
+12
-24
12 additions, 24 deletions
resources/css/style.css
templates/web/index.tt2.html
+1
-1
1 addition, 1 deletion
templates/web/index.tt2.html
with
13 additions
and
25 deletions
resources/css/style.css
+
12
−
24
View file @
f9f2bdd8
...
...
@@ -47,39 +47,27 @@ header ul li.logo{
width
:
30%
;
}
header
.title
{
header
.title
{
width
:
100%
;
height
:
4rem
;
height
:
4rem
;
line-height
:
4rem
;
margin
:
0
;
padding
:
0
;
background-color
:
#FF8547
;
background-color
:
hsl
(
20
,
100%
,
64%
);
}
header
.title
span
{
height
:
4rem
;
line-height
:
4rem
;
margin
:
0
;
padding
:
0
;
margin
:
0
;
padding
:
0
;
background-color
:
#FF8547
;
background-color
:
hsl
(
20
,
100%
,
64%
);
}
header
.title
span
h1
{
header
h1
{
width
:
100%
;
font-size
:
1.6em
;
letter-spacing
:
0.1rem
;
letter-spacing
:
0.1rem
;
color
:
#fff
;
font-weight
:
bold
;
height
:
4rem
;
line-height
:
4rem
;
text-align
:
center
;
font-weight
:
bold
;
height
:
4rem
;
line-height
:
4rem
;
text-align
:
center
;
}
header
.title
h1
small
{
font-size
:
0.9em
;
color
:
#fff
;
clear
:
left
;
}
/* Footer*/
footer
{
...
...
This diff is collapsed.
Click to expand it.
templates/web/index.tt2.html
+
1
−
1
View file @
f9f2bdd8
...
...
@@ -33,7 +33,7 @@ html1/DTD/xhtml1-transitional.dtd">
<li
class=
"logo align-right"
><a
href=
"http://www.geant.net"
title=
"Geant home page"
target=
"_blank"
><img
alt=
"GEANT logo"
width=
"100"
src=
"images/geant_logo_rgb_300dpi.jpg"
/></a></li>
</ul>
<div
class=
"title"
>
<span
class=
""
>
<h1>
[% title %]
</h1>
</span>
<h1>
[% title %]
</h1>
</div>
</header>
...
...
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