Feb. 6th, 2015

github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/release-1.23
Home: https://github.com/dreamwidth/dw-free
Commit: 5706742ef3f54d13504fa3965e816a03930a5858
https://github.com/dreamwidth/dw-free/commit/5706742ef3f54d13504fa3965e816a03930a5858
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
[#1169] Make label font color same as input in celerity

So it's black, not green.


Commit: c3c3b7a801074475ab07c6c76a69f539b07c2094
https://github.com/dreamwidth/dw-free/commit/c3c3b7a801074475ab07c6c76a69f539b07c2094
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Tweak position of the journal input (when logged out)


Commit: 2fce495c1fe62787b10abbc8be4722fc3649d046
https://github.com/dreamwidth/dw-free/commit/2fce495c1fe62787b10abbc8be4722fc3649d046
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js

Log Message:
-----------
[#1169] Respect the setting for max number of autocomplete results


Commit: 62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
https://github.com/dreamwidth/dw-free/commit/62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js

Log Message:
-----------
[#1169] Make sure to remove items that don't match our filter

May regret this... problem is we break the grid into rows using
nth-of-type which goes only by element type. So even a hidden element
counts as being of the filter.

Might be better to target by adding a "break" class using JS every x
visible item; but let's try this for now.


Commit: 3bf8fa728002b9846f4c0b73077f2d6330df126e
https://github.com/dreamwidth/dw-free/commit/3bf8fa728002b9846f4c0b73077f2d6330df126e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.tag-browser.js

Log Message:
-----------
[#1169] Reload modal tags if we're on a different journal


Commit: a227084650e7bee1c1f36566d79cd012e5a31416
https://github.com/dreamwidth/dw-free/commit/a227084650e7bee1c1f36566d79cd012e5a31416
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/pages/entry/new.js

Log Message:
-----------
[#1169] Fix true/false check

* "0" was being read as a string 0, which is true in JS, so we were
always showing the community section when editing an entry, even to
people who weren't admins of the community

* we only want to rely on this data-attribute on initial page load
(because after the select dropdown changes, this is no longer
applicable), so we make sure to remove the attribute after we've
looked at it once

* also updates a random "bind" to use "on"


Commit: 72456b246dbcbd0446cc702c2f89fab9dcfc7d09
https://github.com/dreamwidth/dw-free/commit/72456b246dbcbd0446cc702c2f89fab9dcfc7d09
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_form-elements.scss

Log Message:
-----------
[#1192] Make secondary buttons in panels more distinguishable


Commit: 58079d70916f5dd31b03c015569055baa7e2f695
https://github.com/dreamwidth/dw-free/commit/58079d70916f5dd31b03c015569055baa7e2f695
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
Merge pull request #1198 from afuna/post-entry-tweaks-bug-1169-round-6

/entry/new tweaks round 6


Compare: https://github.com/dreamwidth/dw-free/compare/4d6d056db244...58079d70916f
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 22885051a50e5d8f2cd2dff0e1da957fc8ab5207
https://github.com/dreamwidth/dw-free/commit/22885051a50e5d8f2cd2dff0e1da957fc8ab5207
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js
M htdocs/scss/components/icon-browser.scss

Log Message:
-----------
[#1169] Fix highlighting of keyword below icon in icon browser


Commit: 308eca2963b3cbf0296fe60ec2458dc1ee161671
https://github.com/dreamwidth/dw-free/commit/308eca2963b3cbf0296fe60ec2458dc1ee161671
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/components/icon-browser.scss

Log Message:
-----------
[#1169] Define width for icon image

This is so that non 100x100 icons take up consistent space


Commit: a7df37b1cf7dcd6cca658d3fcf545e3338efe28e
https://github.com/dreamwidth/dw-free/commit/a7df37b1cf7dcd6cca658d3fcf545e3338efe28e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/components/icon-browser.scss
M views/components/icon-browser.tt

Log Message:
-----------
[#1169] Make icon browser content area scrollable vertically

Instead of scrolling the whole page, but only on medium screens or
larger. Smaller things, like phones, need three finger scrolling, which
some people don't know about.

Also make sure that we force the line to break on longer comments.


Commit: abebbdb55c0fde81b339f63809a38a32c4b69649
https://github.com/dreamwidth/dw-free/commit/abebbdb55c0fde81b339f63809a38a32c4b69649
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/components/tag-browser.scss
M views/components/tag-browser.tt

Log Message:
-----------
[#1169] Make tag browser content area scrollable vertically

Instead of scrolling the whole page, but only on medium screens or
larger. Smaller things, like phones, need three finger scrolling, which
some people don't know about


Commit: e963f55925e6729b61074c253e321dcdb54c9764
https://github.com/dreamwidth/dw-free/commit/e963f55925e6729b61074c253e321dcdb54c9764
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/dw/dw-core.js

Log Message:
-----------
[#1169] Tweak positioning of throbber when inside a button


Commit: 740ad4e3f9a166118d4bfba40985b5d9194b6058
https://github.com/dreamwidth/dw-free/commit/740ad4e3f9a166118d4bfba40985b5d9194b6058
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/skins/_skin-colors.scss

Log Message:
-----------
[#1169] Fix the tag token colors


Commit: ee9fdbfd0191d738ee1fe830224b918487ec3a22
https://github.com/dreamwidth/dw-free/commit/ee9fdbfd0191d738ee1fe830224b918487ec3a22
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/components/autocompletewithunknown.scss

Log Message:
-----------
[#1169] Tweak appearance of the autocomplete textarea

So that it looks even and consistent with other inputs on the page


Commit: 18e1ae4443eaed662ab99b28b403e8c06d84007e
https://github.com/dreamwidth/dw-free/commit/18e1ae4443eaed662ab99b28b403e8c06d84007e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js

Log Message:
-----------
[#1169] Move focus to textarea when we click in tags autocomplete area

After you've entered a few tags, there's a tempting area of whitespace
to the right of the list. If you click that, we now assume you want to
add a new tag and move you to the textarea.


Commit: cb636162329262609c6be6161866ba0d8a908674
https://github.com/dreamwidth/dw-free/commit/cb636162329262609c6be6161866ba0d8a908674
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Style the "edit custom filters" button


Commit: 26b8dd21bcea64c4f53b12a73db0a28807618432
https://github.com/dreamwidth/dw-free/commit/26b8dd21bcea64c4f53b12a73db0a28807618432
Author: Afuna <fu@dreamwidth.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Remove extra border/border-radius in date component


Commit: 84bb186af372c194f128d1e2c2650ce7049253fa
https://github.com/dreamwidth/dw-free/commit/84bb186af372c194f128d1e2c2650ce7049253fa
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/dw/dw-core.js
M htdocs/scss/components/autocompletewithunknown.scss
M htdocs/scss/components/icon-browser.scss
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_skin-colors.scss
M views/components/icon-browser.tt
M views/components/tag-browser.tt

Log Message:
-----------
Merge pull request #1177 from afuna/post-entry-tweaks-bug-1169-round-4

/entry/new tweaks round 4


Commit: 804fb9ad69a201a083636011321c8f72d9307956
https://github.com/dreamwidth/dw-free/commit/804fb9ad69a201a083636011321c8f72d9307956
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/scss/components/autocompletewithunknown.scss

Log Message:
-----------
[#1178] Set z-index to make sure tags dropdown goes over buttons

Fixes #1178.


Commit: 4252037206257c8e727eba9056a8dfdb3a8a72ad
https://github.com/dreamwidth/dw-free/commit/4252037206257c8e727eba9056a8dfdb3a8a72ad
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/scss/components/tag-browser.scss

Log Message:
-----------
[#1169] Add back tag columns


Commit: 7891870ebc7d1ffbb749f924419f516891a6cfa3
https://github.com/dreamwidth/dw-free/commit/7891870ebc7d1ffbb749f924419f516891a6cfa3
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/scss/components/tag-browser.scss
M views/components/icon-browser.tt
M views/components/tag-browser.tt

Log Message:
-----------
[#1169] Adds a "Select" button to the tag/icon browser

* "x" now cancels instead of saves (as it should)

* makes the search bar for both the tag and icon browser a consistent
width (roughly half that of the dialog) instead of one going across
the full width of the page and the other not

* also fixes the search label in the tag browser sometimes breaking into
two lines

* Bonus: fix comment


Commit: afed1c4377e926c77fa5f8772d0c1ae5c0fd7a11
https://github.com/dreamwidth/dw-free/commit/afed1c4377e926c77fa5f8772d0c1ae5c0fd7a11
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/js/pages/entry/new.js
M views/entry/module-access.tt
M views/entry/module-access.tt.text

Log Message:
-----------
[#1169] Add a select button to custom groups

x now cancels


Commit: f98522aa41c329d69fe1b50ff15dfc29e7afc4dc
https://github.com/dreamwidth/dw-free/commit/f98522aa41c329d69fe1b50ff15dfc29e7afc4dc
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Make crosspost messages same size as other text in components


Commit: 7ec179df49977c9b29d46a3dd28253fa3517f000
https://github.com/dreamwidth/dw-free/commit/7ec179df49977c9b29d46a3dd28253fa3517f000
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss
M views/entry/form.tt

Log Message:
-----------
[#1169] Align the text form of usejournal

(that is, what is displayed when there's only one available usejournal,
and so no dropdown is wanted)


Commit: 3339cf9c52fdf78081be5e992cd730664cd4d3c1
https://github.com/dreamwidth/dw-free/commit/3339cf9c52fdf78081be5e992cd730664cd4d3c1
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-03 (Tue, 03 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/components/autocompletewithunknown.scss
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M views/components/icon-browser.tt
M views/components/tag-browser.tt
M views/entry/form.tt
M views/entry/module-access.tt
M views/entry/module-access.tt.text

Log Message:
-----------
Merge pull request #1187 from afuna/post-entry-tweaks-bug-1169-round-5

/entry/new tweaks round 5


Commit: a6f460e99820c85aaf6123cb88df0e7cdb3b57b5
https://github.com/dreamwidth/dw-free/commit/a6f460e99820c85aaf6123cb88df0e7cdb3b57b5
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-04 (Wed, 04 Feb 2015)

Changed paths:
M htdocs/js/pages/entry/new.js

Log Message:
-----------
[#1169] Move the modal back into the form when we hit select


Commit: 4d6d056db244c5f86fce3d40e254bf5463b6e0ec
https://github.com/dreamwidth/dw-free/commit/4d6d056db244c5f86fce3d40e254bf5463b6e0ec
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-04 (Wed, 04 Feb 2015)

Changed paths:
M htdocs/js/pages/entry/new.js

Log Message:
-----------
Merge pull request #1190 from afuna/custom-groups-bug-1169

[#1169] Move the modal back into the form when we hit select


Commit: 5706742ef3f54d13504fa3965e816a03930a5858
https://github.com/dreamwidth/dw-free/commit/5706742ef3f54d13504fa3965e816a03930a5858
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
[#1169] Make label font color same as input in celerity

So it's black, not green.


Commit: c3c3b7a801074475ab07c6c76a69f539b07c2094
https://github.com/dreamwidth/dw-free/commit/c3c3b7a801074475ab07c6c76a69f539b07c2094
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/scss/pages/entry/new.scss

Log Message:
-----------
[#1169] Tweak position of the journal input (when logged out)


Commit: 2fce495c1fe62787b10abbc8be4722fc3649d046
https://github.com/dreamwidth/dw-free/commit/2fce495c1fe62787b10abbc8be4722fc3649d046
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js

Log Message:
-----------
[#1169] Respect the setting for max number of autocomplete results


Commit: 62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
https://github.com/dreamwidth/dw-free/commit/62ec5ba565c4616af8c23a66c9b5f4a407ca45bb
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.icon-browser.js

Log Message:
-----------
[#1169] Make sure to remove items that don't match our filter

May regret this... problem is we break the grid into rows using
nth-of-type which goes only by element type. So even a hidden element
counts as being of the filter.

Might be better to target by adding a "break" class using JS every x
visible item; but let's try this for now.


Commit: 3bf8fa728002b9846f4c0b73077f2d6330df126e
https://github.com/dreamwidth/dw-free/commit/3bf8fa728002b9846f4c0b73077f2d6330df126e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.tag-browser.js

Log Message:
-----------
[#1169] Reload modal tags if we're on a different journal


Commit: a227084650e7bee1c1f36566d79cd012e5a31416
https://github.com/dreamwidth/dw-free/commit/a227084650e7bee1c1f36566d79cd012e5a31416
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-05 (Thu, 05 Feb 2015)

Changed paths:
M htdocs/js/pages/entry/new.js

Log Message:
-----------
[#1169] Fix true/false check

* "0" was being read as a string 0, which is true in JS, so we were
always showing the community section when editing an entry, even to
people who weren't admins of the community

* we only want to rely on this data-attribute on initial page load
(because after the select dropdown changes, this is no longer
applicable), so we make sure to remove the attribute after we've
looked at it once

* also updates a random "bind" to use "on"


Commit: 72456b246dbcbd0446cc702c2f89fab9dcfc7d09
https://github.com/dreamwidth/dw-free/commit/72456b246dbcbd0446cc702c2f89fab9dcfc7d09
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_form-elements.scss

Log Message:
-----------
[#1192] Make secondary buttons in panels more distinguishable


Commit: 58079d70916f5dd31b03c015569055baa7e2f695
https://github.com/dreamwidth/dw-free/commit/58079d70916f5dd31b03c015569055baa7e2f695
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/celerity.scss

Log Message:
-----------
Merge pull request #1198 from afuna/post-entry-tweaks-bug-1169-round-6

/entry/new tweaks round 6


Commit: f1b1be9001829562c9d68a3b81075fa47db641b3
https://github.com/dreamwidth/dw-free/commit/f1b1be9001829562c9d68a3b81075fa47db641b3
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/js/components/jquery.autocompletewithunknown.js
M htdocs/js/components/jquery.icon-browser.js
M htdocs/js/components/jquery.tag-browser.js
M htdocs/js/dw/dw-core.js
M htdocs/js/pages/entry/new.js
M htdocs/scss/components/autocompletewithunknown.scss
M htdocs/scss/components/icon-browser.scss
M htdocs/scss/components/tag-browser.scss
M htdocs/scss/pages/entry/new.scss
M htdocs/scss/skins/_form-elements.scss
M htdocs/scss/skins/_skin-colors.scss
M htdocs/scss/skins/celerity.scss
M views/components/icon-browser.tt
M views/components/tag-browser.tt
M views/entry/form.tt
M views/entry/module-access.tt
M views/entry/module-access.tt.text

Log Message:
-----------
Merge branch 'release-1.23' into develop

* release-1.23:
[#1192] Make secondary buttons in panels more distinguishable
[#1169] Fix true/false check
[#1169] Reload modal tags if we're on a different journal
[#1169] Make sure to remove items that don't match our filter
[#1169] Respect the setting for max number of autocomplete results
[#1169] Tweak position of the journal input (when logged out)
[#1169] Make label font color same as input in celerity
[#1169] Move the modal back into the form when we hit select
[#1169] Align the text form of usejournal
[#1169] Make crosspost messages same size as other text in components
[#1169] Add a select button to custom groups
[#1169] Adds a "Select" button to the tag/icon browser
[#1169] Add back tag columns
[#1178] Set z-index to make sure tags dropdown goes over buttons
[#1169] Remove extra border/border-radius in date component
[#1169] Style the "edit custom filters" button
[#1169] Move focus to textarea when we click in tags autocomplete area
[#1169] Tweak appearance of the autocomplete textarea
[#1169] Fix the tag token colors
[#1169] Tweak positioning of throbber when inside a button
[#1169] Make tag browser content area scrollable vertically
[#1169] Make icon browser content area scrollable vertically
[#1169] Define width for icon image
[#1169] Fix highlighting of keyword below icon in icon browser


Compare: https://github.com/dreamwidth/dw-free/compare/2c0093553413...f1b1be900182
github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
[personal profile] github
Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: a44d7905ea6cf82893b7962b52a02cd50b1ce9b1
https://github.com/dreamwidth/dw-free/commit/a44d7905ea6cf82893b7962b52a02cd50b1ce9b1
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_nav.scss

Log Message:
-----------
[#1174] Make the bottom of the logout button align with the link

* set vertical align to an amount equivalent to the bottom padding, so
that the alignment is no longer "bottom of button text to bottom of
link text" but is "bottom of button text + padding to bottom of link
text"


Commit: d45384c151566ce0fd011a0ede155caf6a7339e6
https://github.com/dreamwidth/dw-free/commit/d45384c151566ce0fd011a0ede155caf6a7339e6
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_nav.scss

Log Message:
-----------
[#1174] Tweak the size / line heights of header links

Fixes #1174.


Commit: c6c09f9e9998bf8cec3bbb8f3a40b85bba316d4e
https://github.com/dreamwidth/dw-free/commit/c6c09f9e9998bf8cec3bbb8f3a40b85bba316d4e
Author: Afuna <fu@dreamwidth.org>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_nav.scss

Log Message:
-----------
[#1174] Use rem for ljuser in header (consistency)


Commit: cf623583fe6b78081f13b3916319e25d8baba30c
https://github.com/dreamwidth/dw-free/commit/cf623583fe6b78081f13b3916319e25d8baba30c
Author: Afuna <afuna@users.noreply.github.com>
Date: 2015-02-06 (Fri, 06 Feb 2015)

Changed paths:
M htdocs/scss/skins/_nav.scss

Log Message:
-----------
Merge pull request #1199 from afuna/foundation-header-tweaks-bug-1174

[#1174] Tweaks for header in foundation pages


Compare: https://github.com/dreamwidth/dw-free/compare/f1b1be900182...cf623583fe6b

Profile

Dreamwidth Changelog

June 2025

S M T W T F S
1234567
89101112 13 14
15161718192021
22232425262728
2930     

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 20th, 2025 05:28 am
Powered by Dreamwidth Studios