summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/tubalmartin/cssmin/tests/fixtures/border.css
blob: 87524b1c125a6b5efb03ed22c97973b3909a7941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
  Although it's tempting to compress the value "none" to "0" for border property, it's not 100% safe to do so.
  @See:
    - http://stackoverflow.com/a/2948616/1273027
    - http://stackoverflow.com/a/24834322/1273027

*/

a {
    border: none;
    border-top: none;
    border-right: none;
    border-bottom:none;
    border-left: none
}