2009-06-08 Esteban Sanchez <estebans@artica.es>
* include/styles/help.css, include/styles/pandora_minimal.css, include/styles/ie.css, include/styles/menu.css, include/styles/install.css, include/styles/pandora_red.css, include/styles/pandora_black.css, include/styles/pandora_width.css: Removed an extra close comment character that causes broken CSS. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1740 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
16925ae59a
commit
88937d411d
|
@ -1,3 +1,11 @@
|
|||
2009-06-08 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* include/styles/help.css, include/styles/pandora_minimal.css,
|
||||
include/styles/ie.css, include/styles/menu.css,
|
||||
include/styles/install.css, include/styles/pandora_red.css,
|
||||
include/styles/pandora_black.css, include/styles/pandora_width.css:
|
||||
Removed an extra close comment character that causes broken CSS.
|
||||
|
||||
2009-06-08 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* Massive header update.
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
* {
|
||||
font-family: verdana, sans-serif;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
.title .toggle {
|
||||
background: none;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
.menu {
|
||||
border-width: 1px 0 0 1px;
|
||||
|
|
|
@ -20,7 +20,6 @@ Description: A theme with a dark style
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
@import url(pandora.css);
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ Description: A minimal layout
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
* {
|
||||
font-family: verdana, sans-serif;
|
||||
|
|
|
@ -20,7 +20,6 @@ Description: A red theme for Pandora FMS
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
@import url(op.css);
|
||||
@import url(god.css);
|
||||
|
|
|
@ -20,7 +20,6 @@ Description: A theme with a variable width layout
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
*/
|
||||
|
||||
@import url(pandora.css);
|
||||
|
||||
|
|
Loading…
Reference in New Issue