Skip to content
Snippets Groups Projects
Commit 7411a972 authored by ale's avatar ale
Browse files

properly reinstall hooks during chunk merging

parent 98552319
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,22 @@ h1 { ...@@ -64,6 +64,22 @@ h1 {
background-color: #ddf; background-color: #ddf;
} }
.chunk_title {
display: block;
cursor: pointer;
background-color: #f0f0ff;
font-weight: bold;
font-size: 110%;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.chunk_title:active {
background-color: #99f;
color: #666;
}
/* Player */ /* Player */
#djr_player { #djr_player {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment