Commit 72efe296 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Make .signature-box styles work on class level.

Previously it only worked inside members section.
parent 0136c17a
Loading
Loading
Loading
Loading
+18 −17
Original line number Diff line number Diff line
@@ -144,7 +144,8 @@
    .name {
      font-weight: bold; }
    .title {
      padding-bottom: 3px; }
      padding-bottom: 3px; } } }

.signature-box {
  border: 1px solid #999;
  @include border-radius(5px);
@@ -160,4 +161,4 @@
      color: white;
      @include border-radius(2px);
      padding: 0 3px;
          background-color: #aa0000; } } } } }
      background-color: #aa0000; } } }