[Libreoffice-commits] core.git: sc/res

Yousuf Philips philipz85 at hotmail.com
Fri Oct 21 10:29:52 UTC 2016


 sc/res/xml/styles.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c18e169ce817f940bede186166540913cb564b4c
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Thu Oct 20 17:34:20 2016 +0400

    tdf#90937 Adjust Note cell style border width and color
    
    Change-Id: I1ce6d39738ef199c55d95737d7b12cd68af01ace
    Reviewed-on: https://gerrit.libreoffice.org/30104
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml
index d8e114a..38878f7 100644
--- a/sc/res/xml/styles.xml
+++ b/sc/res/xml/styles.xml
@@ -12,7 +12,7 @@
 
 <style:style style:name="Text" style:family="table-cell" style:parent-style-name="Default"/>
     <style:style style:name="Note" style:family="table-cell" style:parent-style-name="Text">
-        <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.06pt solid #000000"/>
+        <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.75pt solid #808080"/>
         <style:text-properties fo:color="#333333"/>
     </style:style>
     <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text">


More information about the Libreoffice-commits mailing list