tAdd a comment about how the styles are iterated. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7c34d5061e372d44e20a27df375d785656614935
 (DIR) parent 9333d5d72740b97d66df9bc4e3777d24c884c033
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 18 Jan 2015 14:41:20 +0100
       
       Add a comment about how the styles are iterated.
       
       Thanks quing for noticing.
       
       Diffstat:
         M config.def.h                        |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -54,6 +54,10 @@ static Bool allowgeolocation      = TRUE;
        }
        
        /* styles */
       +/*
       + * The iteration will stop at the first match, beginning at the beginning of
       + * the list.
       + */
        static SiteStyle styles[] = {
                /* regexp                file in $styledir */
                { ".*",                        "default.css" },