Update for index.php?node=about&sub=kernel (css)
-
I think this fits here (if not mods, let me know where).
I have having difficulty viewing the different Kernels on index.php?node=about&sub=kernel, so I threw in some CSS and figured I would share. I placed it at the bottom of my Global.css.
With .33 it will probably be styled, but until then, enjoy:
[CODE]* Kernel Update Page */
.kernel { border-bottom: 1px solid black; }
.kernel .kernelTitle { font-weight: bold; margin: 0; padding: 0; }
.kernel .kernelDetail { margin: 0 0 0 10pt; }
.kernel .downloadKContainer { margin: 0; padding: 0 0 0 10pt; }
[/CODE]In the future I would like to see (or I’ll create) a way to track which kernels have been downloaded and to which file name so that users in the system aren’t downloading the same ones over and over again. Unless, of course, this already exists and I’m blind