meludame: zombie-walking stick figure of a man with the text "must have coffee!" in all caps. (Default)
2013-07-26 02:28 am

Bug 2977: In Brittle some modules break out of their container

Description:

In #tertiary, the borders for .module-time and .module-powered are bigger than the container they're in because modules are bigger than the container they're in due to use of padding instead of margin and excessive values.

Proposed fix:

Edit CSS to make the divs behave.

Files edited:
  • styles/brittle/layer.s2.

Bug Diary )

meludame: zombie-walking stick figure of a man with the text "must have coffee!" in all caps. (Default)
2013-07-25 12:04 am
Entry tags:

My dw.sublime-project file

Project specific settings for DW development:

{
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": "PATH_TO_PROJECT_FOLDER",
            "file_exclude_patterns":  ["*.png"]
        }
    ],
    "settings":
    {
        "tab_size": 4,
        "trim_automatic_white_space": true,
        "ensure_newline_at_eof_on_save": false,
        "default_line_ending": "unix",
        "rulers":
            [
                50, //commit title length
                72, //commit msg line length
                120 //code line too long if past that point
            ]
    }
}
meludame: zombie-walking stick figure of a man with the text "must have coffee!" in all caps. (coffee: must have)
2013-07-12 06:46 am

Bug 5175: Some styles need subtitles

Description:

Some of the older DW styles do not print the page subtitle even though the option is there on the customize style page. Styles that are concerned are the following:

  • Brittle, Negatives (doesn't print the title either)
  • Skittlish Dreams, Sunday Morning, Transmogrified
Proposed fix:

Edit the layouts concerned to add in the missing feature. Edit the relevant portion of the CSS to make the change as unobtrusive as possible for the user of said styles.

References files:
Files edited:
  • For each layout, styles/$layoutname/layer.s2 (in either dw-free or dw-nonfree).

Bug Diary )

Thanks:

I would like to thank the members of #dreamwidth and in particular (but non-exhaustively) [personal profile] sophie, [personal profile] kaberett, [personal profile] geekosaur, [personal profile] momijizukamori and [personal profile] ninetyd for their coaching, cheering and reassurances as I worked my way through this bug. Y'all are amazing :)

Note: This entry also lives in [site community profile] dw_dev_training.