Added point value to problems page
This commit is contained in:
parent
e7cba75d0c
commit
5767d9cc93
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
||||||
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
.pointvalue {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
.probfile {
|
.probfile {
|
||||||
display:inline;
|
display:inline;
|
||||||
color:#62AC5B;
|
color:#62AC5B;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<h1 class="heading1 text-center">Problems</h1>
|
<h1 class="heading1 text-center">Problems</h1>
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">Silly Caesar | Cryptography</h3>
|
<h3 class="panel-title">Silly Caesar | Cryptography<span class="pointvalue">20 points</span></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>Do we even need this problem, just take the flag.
|
<p>Do we even need this problem, just take the flag.
|
||||||
|
|
Loading…
Reference in a new issue