Basic Steps after Creating a Datadisk
1. Check the partitions information of the target disk.
sudo fdisk -l
# OR
sudo parted -l
sudo fdisk -l
# OR
sudo parted -l
Edit typecho/usr/themes/default/style.css
.
Find pre code{...}
.
Adjust it to:
pre code {
+ display: block;
padding: 3px;
color: #444;
}