Bug 685568 - Add vertical divider between tab bar and web content (r=mbrubeck)

This commit is contained in:
Lucas Rocha 2011-09-13 12:56:09 -07:00
parent c3ab39edc6
commit 5770abab5f
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@
%define padding_xsmall 0.21mozmm
%define padding_tiny 0.11mozmm
%define border_width_xxlarge 0.64mozmm
%define border_width_xlarge 0.42mozmm
%define border_width_large 0.32mozmm
%define border_width_small 0.21mozmm

View File

@ -31,7 +31,7 @@
}
#tabs-container[tablet] {
-moz-border-end: 0px;
-moz-border-end: @border_width_xxlarge@ solid #eaeaea;
background: #000;
}