Generated Job Log to Markdown

Generated job logs are formatted with Markdown. Includes other minor css
changes.
This commit is contained in:
Gary Sharp
2014-09-09 13:54:14 +10:00
parent 3ae99f45bb
commit 7551b39b8e
27 changed files with 246 additions and 216 deletions
+9 -5
View File
@@ -362,6 +362,10 @@ hr {
margin-top: 15px;
}
strong {
font-weight: @FontWeightBodyBold;
}
// Anchor Tags (Default)
a {
&:link {
@@ -484,7 +488,7 @@ h5, h6 {
font-size: 12px;
font-family: @FontFamilyHeading;
font-stretch: normal;
font-weight: bold;
font-weight: @FontWeightBodyBold;
}
table {
@@ -503,7 +507,7 @@ table {
padding: 5px;
margin: 0;
text-align: left;
font-weight: bold;
font-weight: @FontWeightBodyBold;
vertical-align: top;
}
}
@@ -633,7 +637,7 @@ table {
}
.paginate_active {
font-weight: bold;
font-weight: @FontWeightBodyBold;
color: @ButtonColour;
}
@@ -1156,7 +1160,7 @@ div.Disco-AttachmentUpload-DropTarget {
margin-top: 3em !important;
color: darken(@ThemeAmber, 40%);
text-align: center;
font-weight: bold;
font-weight: @FontWeightBodyBold;
}
&.dragHover {
@@ -1234,7 +1238,7 @@ div.Disco-AttachmentUpload-ImageDialog {
body > .User_FlagAssignment_Tooltip {
span.name {
display: block;
font-weight: bold;
font-weight: @FontWeightBodyBold;
}
span.comments {