Minor spacing update for Remarkup lists
Summary: Lists that have task objects look bad since the objects bleed into each other vertically. This provides slightly better spacing. Test Plan: Review T9379 with new spacing. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14588
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
|  */ | ||||
| return array( | ||||
|   'names' => array( | ||||
|     'core.pkg.css' => 'ef642419', | ||||
|     'core.pkg.css' => 'cbf6bd91', | ||||
|     'core.pkg.js' => '47dc9ebb', | ||||
|     'darkconsole.pkg.js' => 'e7393ebb', | ||||
|     'differential.pkg.css' => '2de124c9', | ||||
| @@ -104,7 +104,7 @@ return array( | ||||
|     'rsrc/css/application/tokens/tokens.css' => '3d0f239e', | ||||
|     'rsrc/css/application/uiexample/example.css' => '528b19de', | ||||
|     'rsrc/css/core/core.css' => 'a76cefc9', | ||||
|     'rsrc/css/core/remarkup.css' => '88e1ebb6', | ||||
|     'rsrc/css/core/remarkup.css' => '4354ae20', | ||||
|     'rsrc/css/core/syntax.css' => '9fd11da8', | ||||
|     'rsrc/css/core/z-index.css' => '57ddcaa2', | ||||
|     'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', | ||||
| @@ -749,7 +749,7 @@ return array( | ||||
|     'phabricator-object-selector-css' => '85ee8ce6', | ||||
|     'phabricator-phtize' => 'd254d646', | ||||
|     'phabricator-prefab' => '6920d200', | ||||
|     'phabricator-remarkup-css' => '88e1ebb6', | ||||
|     'phabricator-remarkup-css' => '4354ae20', | ||||
|     'phabricator-search-results-css' => '7dea472c', | ||||
|     'phabricator-shaped-request' => '7cbe244b', | ||||
|     'phabricator-side-menu-view-css' => 'bec2458e', | ||||
|   | ||||
| @@ -80,12 +80,10 @@ | ||||
|   list-style: upper-alpha; | ||||
| } | ||||
|  | ||||
|  | ||||
| .phabricator-remarkup ol ol ol.remarkup-list { | ||||
|   list-style: lower-alpha; | ||||
| } | ||||
|  | ||||
|  | ||||
| .phabricator-remarkup ol ol ol ol.remarkup-list { | ||||
|   list-style: lower-roman; | ||||
| } | ||||
| @@ -111,7 +109,7 @@ | ||||
| } | ||||
|  | ||||
| .phabricator-remarkup .remarkup-list-item { | ||||
|   line-height: 1.6em; | ||||
|   line-height: 1.7em; | ||||
| } | ||||
|  | ||||
| .phabricator-remarkup li.phantom-item, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chad Little
					Chad Little