mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
Remove '.bgbody' css class
This commit is contained in:
parent
faac427cc7
commit
d2805afc9f
@ -349,9 +349,6 @@ img {
|
||||
background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%;
|
||||
_zoom:1; /* IE6 fix */
|
||||
}
|
||||
.bgbody {
|
||||
background: #FFF !important;
|
||||
}
|
||||
.wndb {
|
||||
background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 63 B |
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -12,7 +12,7 @@ ${if:groups}
|
||||
${endif:groups}
|
||||
</script>
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
|
||||
<form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php">
|
||||
<input type="hidden" name="style" value="${styleid}"/>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
|
||||
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/>
|
||||
<input type="hidden" name="thread" value="${page:chat.thread.id}"/><input type="hidden" name="token" value="${page:chat.thread.token}"/><input type="hidden" name="level" value="${page:level}"/>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"/>
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
@ -17,7 +17,7 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="bgbody">
|
||||
<body>
|
||||
<div id="top2">
|
||||
<div id="logo">
|
||||
${if:company.chatLogoURL}
|
||||
|
Loading…
Reference in New Issue
Block a user