Added modified DREAD rating support to threat model

TODO: The ratings are all currently set to low, and MUST be discussed and set
properly before site launch.
This commit is contained in:
str4d
2013-09-30 00:48:08 +00:00
parent 3d9e74220f
commit 2d17699e04
2 changed files with 134 additions and 15 deletions

View File

@@ -175,6 +175,7 @@ div#content .inner h1, div#content .inner h2, div#content .inner h3, div#content
margin:1em 0 .5em;
border-bottom:1px solid white;
padding-bottom:.2em;
clear:both;
}
div#content .inner h1 {
@@ -247,6 +248,18 @@ div#content .inner td.blue {
padding: 5px;
}
/*
* Threat model
*/
div#content .inner ul.DREAD {
border: 2px solid red;
float: left;
list-style: none;
margin: 1em 1.5em 1em 0;
padding: 0.5em;
}
/*
* Additions to syntax.css
*/