Skip to content

Commit

Permalink
Added .errormandatory style
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@910 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Feb 20, 2004
1 parent f5523ad commit de41f82
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/bubblegum/startpage.pstpl
Expand Up @@ -82,6 +82,12 @@
font-family: verdana;
font-size: 10;
}
.errormandatory
{
font-size:12px;
font-weight:bold;
color:RED;
}
</style>
</head>
<body bgcolor='#000000'><font face='verdana' size='2'>
Expand Down
6 changes: 6 additions & 0 deletions templates/default/startpage.pstpl
Expand Up @@ -22,6 +22,12 @@ body.default
font-family: verdana;
font-size: 11;
}
.errormandatory
{
font-size:12px;
font-weight:bold;
color:RED;
}
</style>
</head>
<body class='default'>
Expand Down
6 changes: 6 additions & 0 deletions templates/edgyblue/startpage.pstpl
Expand Up @@ -99,6 +99,12 @@
font-family: verdana;
font-size: 10;
}
.errormandatory
{
font-size:12px;
font-weight:bold;
color:RED;
}
</style>
</head>
<body bgcolor='#FF9933' link='#0000FF' vlink='#800080' alink='#FF0000'><font face='verdana' size='2'>
Expand Down

0 comments on commit de41f82

Please sign in to comment.