Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fiat Tux
Hat softwares
Lufi
Commits
9dfd0907
Commit
9dfd0907
authored
Sep 26, 2015
by
Luc Didry
Browse files
Little css change
parent
088fb7e3
Changes
3
Show whitespace changes
Inline
Side-by-side
public/css/cover.css
View file @
9dfd0907
...
...
@@ -31,7 +31,7 @@ body {
body
{
color
:
#888
;
text-align
:
center
;
text-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.3
);
/*
text-shadow: 0 1px 3px rgba(0,0,0,.3);
*/
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
...
...
@@ -80,7 +80,7 @@ body {
color
:
#888
;
/* IE8 proofing */
color
:
rgba
(
136
,
136
,
136
,
.75
);
border-bottom
:
2px
solid
transparent
;
text-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.2
);
/*
text-shadow: 0 1px 3px rgba(0,0,0,.2);
*/
}
.masthead-nav
>
li
>
a
:hover
,
.masthead-nav
>
li
>
a
:focus
{
...
...
public/css/lufi.css
View file @
9dfd0907
...
...
@@ -26,3 +26,8 @@
#results
{
display
:
none
;
}
a
.classic
,
a
.classic
:hover
,
a
.classic
:focus
{
color
:
#337AB7
;
}
templates/files.html.ep
View file @
9dfd0907
...
...
@@ -38,7 +38,7 @@
tr.innerHTML = '
<td
class=
"text-left"
>
'
+element.name
+'
</td><td
class=
"text-left"
>
'
+'
<a
href=
"'+element.url+'"
>
'+element.url+'
</a>
'
+'
<a
href=
"'+element.url+'"
class=
"classic"
>
'+element.url+'
</a>
'
+'
</td><td
id=
"count-'+element.short+'"
class=
"text-center"
>
'
+'
</td><td
class=
"text-center"
>
'
+del_view
...
...
@@ -47,7 +47,7 @@
+'
</td><td>
'
+limit
+'
</td><td
class=
"text-left"
>
'
+'
<a
href=
"'+dlink+'"
>
'+dlink+'
</a>
'
+'
<a
href=
"'+dlink+'"
class=
"classic"
>
'+dlink+'
</a>
'
+'
</td>
';
document.getElementById('myfiles').appendChild(tr);
...
...
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