zulip/static/styles
Eeshan Garg da4ac38e37 css: Stop rendering code blocks as inline-blocks in webhook docs.
Previously, a code block with a small width would be displayed
inline with the previous paragraph's text.

To fix this, now every p inside an li element except the first is
a block instead of an inline-block. However, this only applies to
li elements for integration instructions.

This makes sense intuitively because if there are multiple p's
in a list element, not all of those should be inline-blocks. The
first one should be because it needs to be inline with the list
number. The rest should be treated (and displayed) as separate
paragraphs.

Another thing to keep in mind is that the way Markdown code
blocks get converted to HTML is such that every code block
becomes <p><code></code></p> when converted to HTML.
2018-04-16 16:42:07 -07:00
..
activity.css css: Convert colors to hsl() format. 2017-11-13 12:43:43 -08:00
alerts.css alerts: Fix z-index of alert panels to be above settings. 2018-03-14 09:21:14 -07:00
app_components.css components: Add ":focus" styles to button classes. 2018-03-13 10:10:24 -07:00
components.css ui scrollbar: Update perfect-scrollbar to 1.3.0. 2018-03-20 21:59:11 -07:00
compose.css compose: Change styling of upload progress bar. 2018-04-16 09:46:35 -07:00
drafts.css compose: Remove draft older than 30 days. 2018-03-14 10:57:11 -07:00
fonts.css css: Rename 'Humbug' font to Source Sans Pro. 2017-08-28 16:16:08 -07:00
hotspots.css onboarding: Add bouncing ? next to hotspots. 2018-03-01 20:23:51 -08:00
informational-overlays.css informational-overlays: Move CSS => informational-overlays.css. 2018-01-27 15:20:12 -08:00
input_pill.css input-pill: Wrap input pills when they overflow pill container. 2018-04-16 09:44:22 -07:00
landing-page.css integrations: Render unordered lists with bullets. 2018-04-05 14:48:37 -07:00
left-sidebar.css css: Cleanup CSS for sidebars. 2018-04-16 10:04:37 -07:00
lightbox.css lightbox: Fix responsiveness issues with image description. 2018-01-19 17:12:38 -08:00
media.css message-view: Align controls and timestamps to the right on mobile. 2018-03-22 21:26:15 -07:00
night_mode.css Dark-mode: Update rail-y to match dark theme. 2018-04-07 20:03:19 -07:00
popovers.css popovers: Fix two click handler attached to (rightbar) user_popovers. 2018-03-01 08:00:42 -08:00
portico-signin.css portico-signin: Remove fixed-width styling for OR lines. 2018-04-05 15:25:36 -07:00
portico.css css: Stop rendering code blocks as inline-blocks in webhook docs. 2018-04-16 16:42:07 -07:00
pygments.css styles: Rename dark-mode to night-mode. 2018-03-28 10:41:26 -07:00
reactions.css emoji picker: Fix categories overflow in Firefox at 90% zoom. 2018-01-24 16:20:10 -08:00
right-sidebar.css css: Cleanup CSS for sidebars. 2018-04-16 10:04:37 -07:00
settings.css settings: Pull nested radio-buttons closer together. 2018-04-12 14:46:23 -07:00
stats.css stats: Add per-graph loading indicator 2017-12-13 14:44:28 -06:00
subscriptions.css subscription: Improve email-hint popover style. 2018-03-23 09:55:44 -07:00
typing_notifications.css typing_notifications.css: Replace RGB colors with HSL colors. 2017-06-21 07:02:57 -04:00
zulip.css css: Fix glitchy white line in recipient headers. 2018-04-16 13:37:21 -07:00