publishable items emphasized in history list
[fnpeditor.git] / src / editor / modules / documentHistory / documentHistory.less
index 608c9df..0f43f1f 100644 (file)
             font-weight: bold;
         }
         
-        .date, .author, .description {
+        .date, .author, .description, .publishable {
             margin: 5px 10px 0 40px;
         }
         
-        .description {
+        .description, .publishable {
             font-size: .9em;
         }
     }
-    
+
+    .item.publishable {
+        font-weight: bold;
+    }
+
     .item.highlighted {
         background: #ffec63;
     }