local changes from server
[fnpeditor.git] / src / editor / modules / documentHistory / documentHistory.less
index 608c9df..9cf2e6a 100644 (file)
             font-weight: bold;
         }
         
-        .date, .author, .description {
+        .date, .author, .description, .published {
             margin: 5px 10px 0 40px;
         }
         
-        .description {
+        .description, .published {
             font-size: .9em;
         }
+
+        .published {
+            color: #080;
+        }
     }
     
     .item.highlighted {