Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
Anpassungen beim CSS h2
  • Loading branch information
fenepedia committed Oct 4, 2017
1 parent c33241f commit 0de943b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/academy.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
background: url(icon_academy.svg) 3px 2px no-repeat;
}

h2.sub_headline {
font-size: 2em;
margin-left: 12px;
}

.ca-list,
.ca-item {
list-style: decimal-leading-zero;
Expand Down Expand Up @@ -63,7 +68,7 @@
padding:2px 0 3px 20px;
background-position:left center;
background-repeat:no-repeat;
margin-left:15px;
margin-left:18px;
}

.header_videohandbuch {
Expand Down
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// CSS und JS fuer Backendview Academy
if (TL_MODE == 'BE')
{
$GLOBALS['TL_CSS'][] = 'system/modules/contao_academy_client/assets/academy.css?v171004||static';
$GLOBALS['TL_CSS'][] = 'system/modules/contao_academy_client/assets/academy.css?v171005||static';

if(\Input::get('id') && \Input::get('do') == 'Videohandbuch') // Detailseite
{
Expand Down

0 comments on commit 0de943b

Please sign in to comment.