Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
eis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d17ebe32
authored
Jun 10, 2025
by
Ari Agung Prasetiyo
Committed by
pbbm2
Jun 10, 2025
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
logo css
1 parent
5aa0e9dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
eispajak/views/templates/eis-base.pt
eispajak/views/templates/eis-base.pt
View file @
d17ebe3
...
@@ -40,7 +40,19 @@
...
@@ -40,7 +40,19 @@
<!-- USE THIS SLOT TO INHSERT NEW CSS-->
<!-- USE THIS SLOT TO INHSERT NEW CSS-->
<metal:css
define-slot=
"css_files"
></metal:css>
<metal:css
define-slot=
"css_files"
></metal:css>
<style
metal:define-slot=
"styles"
></style>
<style
metal:define-slot=
"styles"
></style>
<style>
#logo
{
margin
:
0
!important
;}
#logo
img
{
height
:
44px
;
width
:
auto
;
margin
:
0
;
}
.project-context
.title-page
{
font-size
:
19px
;
line-height
:
40px
;
color
:
#474544
;
}
</style>
</head>
</head>
<body
class=
"fixed-header"
>
<body
class=
"fixed-header"
>
...
@@ -323,4 +335,4 @@
...
@@ -323,4 +335,4 @@
<script
metal:define-slot=
"scripts"
></script>
<script
metal:define-slot=
"scripts"
></script>
</body>
</body>
</html>
\ No newline at end of file
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment