"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| വരി 1: | വരി 1: | ||
.pullquote { | .pullquote { | ||
position: relative; | position: relative; | ||
clear: both; | |||
display: block; | |||
width: auto; | |||
max-width: 100%; | |||
border- | box-sizing: border-box; | ||
margin: 1.25em 0; | |||
padding: .7em 1em .7em 1.35em; | |||
background: #f7f7f7; | |||
left: | border-left: 2px solid #9ca3af; | ||
border-radius: 4px; | |||
} | } | ||
11:24, 8 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.pullquote {
position: relative;
clear: both;
display: block;
width: auto;
max-width: 100%;
box-sizing: border-box;
margin: 1.25em 0;
padding: .7em 1em .7em 1.35em;
background: #f7f7f7;
border-left: 2px solid #9ca3af;
border-radius: 4px;
}