From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- .../doc/assets/less/bootstrap-3.3.5/badges.less | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less (limited to 'pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less') diff --git a/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less b/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less deleted file mode 100644 index 6ee16dc..0000000 --- a/pyssg.xyz/live/static/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less +++ /dev/null @@ -1,66 +0,0 @@ -// -// Badges -// -------------------------------------------------- - - -// Base class -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: @font-size-small; - font-weight: @badge-font-weight; - color: @badge-color; - line-height: @badge-line-height; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: @badge-bg; - border-radius: @badge-border-radius; - - // Empty badges collapse automatically (not available in IE8) - &:empty { - display: none; - } - - // Quick fix for badges in buttons - .btn & { - position: relative; - top: -1px; - } - - .btn-xs &, - .btn-group-xs > .btn & { - top: 0; - padding: 1px 5px; - } - - // Hover state, but only for links - a& { - &:hover, - &:focus { - color: @badge-link-hover-color; - text-decoration: none; - cursor: pointer; - } - } - - // Account for badges in navs - .list-group-item.active > &, - .nav-pills > .active > a > & { - color: @badge-active-color; - background-color: @badge-active-bg; - } - - .list-group-item > & { - float: right; - } - - .list-group-item > & + & { - margin-right: 5px; - } - - .nav-pills > li > a > & { - margin-left: 3px; - } -} -- cgit v1.2.3-54-g00ecf