Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

<ol/> styles fixed #3

Merged
merged 1 commit into from Mar 27, 2016
Merged

<ol/> styles fixed #3

merged 1 commit into from Mar 27, 2016

Conversation

axsy
Copy link
Contributor

@axsy axsy commented Jan 9, 2013

Hello, sorry for my intermediate English. While <ul/> tag has correct default CSS styles <ol/> tag doesn't has it at all (for example see 'Portability' or 'Supporting Other Databases' sections in DBAL documentations).

@@ -48,7 +48,7 @@ a:hover { color: #00508c; text-decoration:underline; border:0; }
#content h3 { margin:10px 0 20px 30px; font-weight:bold; font-size:130.0%; }
#content h4 { margin:10px 0 20px 30px; font-weight:bold; font-size:120.0%; }
#content h5 { margin:10px 0 20px 30px; font-weight:bold; font-size:110.0%; }
#content ul li { margin:10px 0 0 30px; }
#content ul li, #content ol li { margin:10px 0 0 30px; }
#content ul { margin-bottom: 10px; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also insert “, #content ol” on line 52

@guilliamxavier
Copy link
Contributor

@beberlei @jwage @Ocramius @guilhermeblanco This is not just cosmetic, (I find that) it really has a negative impact on readability 😢 Please compare:

ol-1-a

(current http://docs.doctrine-project.org/en/latest/reference/working-with-objects.html#removing-entities) vs

ol-1-b

(after applying this PR).

Second example:

ol-2-a

(current http://docs.doctrine-project.org/en/latest/reference/working-with-associations.html#persistence-by-reachability-cascade-persist) vs

ol-2-b

(after applying the current PR as is) and

ol-2-b2

(after applying an augmented version of the current PR augmented as per the comment at https://github.com/doctrine/doctrine-sphinx-theme/pull/3/files#r57459336).

Aside from this last little omission (that you will be able to fix yourselves if needed, I imagine), is there anything preventing this 3-years-old PR from being merged?

@guilhermeblanco guilhermeblanco self-assigned this Mar 27, 2016
@guilhermeblanco guilhermeblanco merged commit d9bf324 into doctrine:master Mar 27, 2016
mikeSimonson added a commit that referenced this pull request Mar 29, 2016
Finish PR #3 "<ol/> styles fixed" (margin-bottom)
@guilliamxavier
Copy link
Contributor

Thank you @guilhermeblanco 😃
Note: the omission has been fixed with PR #7 (thanks to @mikeSimonson 😀)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants