Skip to content

Commit 3347979

Browse files
committed
alert box
1 parent 7acb8e1 commit 3347979

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore~

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.pyc
2+
*.pyo
3+
.DS_Store
4+
.coverage
5+
local_settings.py
6+
app/theme/static/media/
7+
*.db

app/theme/static/css/csesoc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,10 @@ height: 4em;
834834
color: white;
835835
}
836836

837+
.alert-box a {
838+
color: white;
839+
}
840+
837841
/*.sticky {
838842
position: absolute;
839843
width: 100%;

0 commit comments

Comments
 (0)