major updates to security and hacking logick

This commit is contained in:
2013-01-13 12:21:30 +01:00
parent b02951aaec
commit f08d19a50b
19 changed files with 379 additions and 296 deletions
+11 -1
View File
@@ -9,11 +9,12 @@
// =Forms
// =Tables
// =Pagination
// =Accordion
// =Misc
$color: #c6c6c6
$bg: #2f2f2f
$link: #0088cc
$link: #FAA732
$warning: #faa732
$success: #5bb75b
@@ -39,6 +40,10 @@ $input-color: white
body
background: $bg
color: $color
a
color: $link
&:hover
color: lighten($link, 10%)
//=Breadcrumbs =======================================
.breadcrumb
@@ -264,6 +269,11 @@ legend
.progress
@extend .well
//=Accordion
.accordion-group
.accordion-heading
background-color: rgba(200, 200, 200, 0.3)
//=Misc ========================================
blockquote
border-left-color: #111