diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..498ee89 --- /dev/null +++ b/css/style.css @@ -0,0 +1,7 @@ +.clickable{ + cursor: pointer; +} + +.panel-heading span { + font-size: 15px; +} \ No newline at end of file diff --git a/include/disk.php b/include/disk.php index 4e9ab07..b372ead 100644 --- a/include/disk.php +++ b/include/disk.php @@ -1,6 +1,7 @@