Revert "deleted unused file". sorry!! :(
This reverts commit a6f2f82c5e.
This commit is contained in:
parent
a6f2f82c5e
commit
39da9302a1
1 changed files with 28 additions and 0 deletions
28
app/views/notifier/_notifier_css.haml
Normal file
28
app/views/notifier/_notifier_css.haml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
:css
|
||||||
|
body{
|
||||||
|
width:600px;
|
||||||
|
font-family: 'Helvetica',sans-serif;
|
||||||
|
}
|
||||||
|
#container{
|
||||||
|
}
|
||||||
|
header{
|
||||||
|
margin-bottom: 25px;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
p.small{
|
||||||
|
font-size:smaller;
|
||||||
|
color:#999;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
color:#107FC9;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
a:hover{
|
||||||
|
color: #22AAE0;
|
||||||
|
}
|
||||||
|
a:active{
|
||||||
|
color: #005D9C;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue