@@ -182,7 +211,8 @@
04 Copy downloaded Agent into your
RaspberryPi.
- 05 Run "Agent.sh" script with root privileges.
+ 05 Run "Agent.sh" script with root
+ privileges.
@@ -237,15 +267,19 @@
width: 50px;
color: #fff;
}
+
.padding-top-double {
padding-top: 20px;
}
+
.padding-double {
padding: 20px;
}
+
.grey {
color: #333;
}
+
hr {
display: block;
height: 1px;
@@ -255,21 +289,26 @@
padding: 0;
opacity: 0.2;
}
+
.light-grey {
color: #7c7c7c;
}
+
.uppercase {
text-transform: uppercase;
}
+
.grey-bg {
background-color: #f6f4f4;
}
+
.doc-link {
background: #11375B;
padding: 20px;
color: white;
margin-top: 0;
}
+
.doc-link a {
color: white;
}