Add mime_boundary CSS class.

Approved by:	simon
This commit is contained in:
Shaun Amott 2006-12-09 15:48:29 +00:00
parent 36b304ee28
commit bcf51bb940
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29211

View file

@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD: www/en/layout/css/query-pr.css,v 1.1 2006/09/18 21:25:38 shaun Exp $
* $FreeBSD: www/en/layout/css/query-pr.css,v 1.2 2006/11/27 17:38:28 shaun Exp $
*/
pre {
@ -125,3 +125,5 @@ td {
.patch_contextline { color: #00AA00; }
.patch_revinfo { font-weight: bold; }
.patch_hunkinfo { font-weight: bold; }
.mimeboundary { border-top: 1px #DD0000 dashed; border-bottom: 0px; }