update css for links on salvation page
parent
d29a5246e4
commit
3405cd43ab
|
|
@ -3,4 +3,12 @@
|
|||
font-weight: bold;
|
||||
border-bottom: 1px solid gray;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
a{
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a:visited{
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,6 +62,6 @@
|
|||
|
||||
</div>
|
||||
<div sideBar class="side-bar">
|
||||
<upcoming-events-component [numberOfEventsToShow]="4" ></upcoming-events-component>
|
||||
|
||||
</div>
|
||||
</secondary-page-component>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
BUILD_ANGULAR_ARG=$1
|
||||
BUILD_ANGULAR=false
|
||||
BUILD_ANGULAR=true
|
||||
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
|
||||
BUILD_ANGULAR=true
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue